[issue14490] abitype.py wrong raise format

Serhiy Storchaka report at bugs.python.org
Wed Apr 4 21:34:59 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

Hmm. I came across this error yesterday in the tests, when broke utf-16 decoder. The error was introduced in the module atexit. Until it all tests passed successfully, and this branch will not run.

A simple search

find -name '*.py' -exec egrep '\braise +\w+[^(]*,' '{}' +

showed more than a thousand of problem lines.

----------
nosy: +storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14490>
_______________________________________


More information about the Python-bugs-list mailing list