#641320 pyflakes: please detect string exceptions

#641320#3
Date:
2011-09-12 15:54:02 UTC
From:
To:
I'd nice if pyflakes could emit a warning on code like this:

     raise "shouldn't happen"

or

     raise 'Cannot determine type of callable: '+repr(callableObject)

or

     raise "Can't read input parameters file : %s" % options.input_file