New submission from Patrick Sabin <patricksa...@gmx.at>: 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.
---------- components: Tests files: sortperf.diff keywords: patch messages: 101693 nosy: pyfex severity: normal status: open title: Lib/test/sortperf.py fails to run versions: Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file16643/sortperf.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8230> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com