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 pyfex
Recipients pyfex
Date 2010-03-25.13:04:25
SpamBayes Score 0.00017248785
Marked as misclassified No
Message-id <1269522267.95.0.58025957624.issue8230@psf.upfronthosting.co.za>
In-reply-to
Content
There is a test file Lib/test/sortperf.py, which isn't properly updated
to python3, because it considers map and range returning a list instead of an iterator and therefore throwing an exception when run. I have attached a patch to fix it.
History
Date User Action Args
2010-03-25 13:04:28pyfexsetrecipients: + pyfex
2010-03-25 13:04:27pyfexsetmessageid: <1269522267.95.0.58025957624.issue8230@psf.upfronthosting.co.za>
2010-03-25 13:04:26pyfexlinkissue8230 messages
2010-03-25 13:04:25pyfexcreate