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 belopolsky
Recipients SilentGhost, ajaksu2, belopolsky, eric.araujo, gpolo, petraszd
Date 2010-11-22.19:49:52
SpamBayes Score 8.748906e-06
Marked as misclassified No
Message-id <1290455393.89.0.315057726748.issue6878@psf.upfronthosting.co.za>
In-reply-to
Content
Committed in r86697 (3.2) and r86698 (3.1).

@Éric: I tried to minimize whitespace changes in the commit, but if you see indentation that can be improved, let me know and I'll fix it separately.

@SilentGhost: Yes, the problem is real.  For example, turtle module had to be fixed to work around the API change.  I now reverted that.  Note that 2to3 (I believe) fixes direct invocations of map, but cannot look inside the functions.
History
Date User Action Args
2010-11-22 19:49:53belopolskysetrecipients: + belopolsky, ajaksu2, gpolo, eric.araujo, SilentGhost, petraszd
2010-11-22 19:49:53belopolskysetmessageid: <1290455393.89.0.315057726748.issue6878@psf.upfronthosting.co.za>
2010-11-22 19:49:52belopolskylinkissue6878 messages
2010-11-22 19:49:52belopolskycreate