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

Patrick Sabin report at bugs.python.org
Thu Mar 25 14:04:28 CET 2010


New submission from Patrick Sabin <patricksabin at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8230>
_______________________________________


More information about the Python-bugs-list mailing list