This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jayvdb
Recipients SilentGhost, a3nm, collinwinter, docs@python, jayvdb, martin.panter
Date 2015-12-23.11:23:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450869788.32.0.511613989396.issue23556@psf.upfronthosting.co.za>
In-reply-to
Content
In pyflakes we've looked at some of the strange scenarios where a raise without argument is 'legal'.  A patch to report errors for some of these was rejected because they are legal. See https://github.com/pyflakes/pyflakes/pull/57  The worst example of 'legal' is an exception in one module can be re-raised by another module.
History
Date User Action Args
2015-12-23 11:23:08jayvdbsetrecipients: + jayvdb, collinwinter, SilentGhost, docs@python, martin.panter, a3nm
2015-12-23 11:23:08jayvdbsetmessageid: <1450869788.32.0.511613989396.issue23556@psf.upfronthosting.co.za>
2015-12-23 11:23:08jayvdblinkissue23556 messages
2015-12-23 11:23:08jayvdbcreate