John Mark Vandenberg added the comment: 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.
---------- nosy: +jayvdb _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23556> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com