← Back to team overview

divmod-dev team mailing list archive

[Bug 848470] Re: Warn about string exceptions

 

** Changed in: pyflakes (Debian)
       Status: Unknown => New

-- 
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:
  New

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


References