Package: pyflakes
Version: 0.5.0-1
Severity: wishlist
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
--
Jakub Wilk