← Back to team overview

divmod-dev team mailing list archive

[Bug 848470] [NEW] Warn about string exceptions

 

Public bug reported:

These can take several forms:

   raise "shouldn't happen"
   raise 'Cannot determine type of callable: '+repr(callableObject)
   raise "Can't read input parameters file : %s" % options.input_file

Some of these will be harder to detect than others.

** Affects: pyflakes
     Importance: Wishlist
         Status: New

** Affects: pyflakes (Debian)
     Importance: Unknown
         Status: Unknown

** Bug watch added: Debian Bug tracker #641320
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641320

** Also affects: pyflakes (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641320
   Importance: Unknown
       Status: Unknown

** Changed in: pyflakes
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Divmod-
dev, which is the registrant for Pyflakes.
https://bugs.launchpad.net/bugs/848470

Title:
  Warn about string exceptions

Status in Pyflakes:
  New
Status in “pyflakes” package in Debian:
  Unknown

Bug description:
  These can take several forms:

     raise "shouldn't happen"
     raise 'Cannot determine type of callable: '+repr(callableObject)
     raise "Can't read input parameters file : %s" % options.input_file

  Some of these will be harder to detect than others.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyflakes/+bug/848470/+subscriptions


Follow ups

References