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 flox
Recipients amaury.forgeotdarc, barry, benjamin.peterson, brian.curtin, eric.araujo, esam, ezio.melotti, flox, jcea, pitrou, rhettinger
Date 2010-03-31.23:26:55
SpamBayes Score 0.0005151862
Marked as misclassified No
Message-id <1270078016.96.0.727539830224.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2010-03-31 23:26:57floxsetrecipients: + flox, barry, rhettinger, jcea, amaury.forgeotdarc, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, brian.curtin, esam
2010-03-31 23:26:56floxsetmessageid: <1270078016.96.0.727539830224.issue7092@psf.upfronthosting.co.za>
2010-03-31 23:26:55floxlinkissue7092 messages
2010-03-31 23:26:55floxcreate