[issue8230] Lib/test/sortperf.py fails to run

2010-08-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83390. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8230] Lib/test/sortperf.py fails to run

2010-03-25 Thread Patrick Sabin
New submission from Patrick Sabin : 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. -- compone