[issue7092] Test suite emits many DeprecationWarnings when -3 is enabled

Florent Xicluna report at bugs.python.org
Thu Apr 1 01:26:56 CEST 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

Now the "-Wd" and "-3" flags are active on some buildbots.
And the first failures ...


Need to backport fixes from py3k branch for:
- cgitb "SyntaxWarning: tuple parameter unpacking has been removed in 3.x"
- idlelib "reduce() not supported in 3.x; use functools.reduce()"


And test_multiprocessing is failing on: "sys.exc_clear() not supported in 3.x; use except clauses"

----------

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


More information about the Python-bugs-list mailing list