[issue6334] 3.0/3.1: Bad bug in range() computation (or possible Integer problem)

Mark Dickinson report at bugs.python.org
Wed Jun 24 16:47:09 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Here's a patch for py3k.

There are also a whole bunch of tests that are commented
out in BuiltinTest.test_range in Lib/test/test_builtin.py.
Some of those tests fail with the current py3k;  with this
patch applied, they all pass except the one involving 'badzero'.

----------
keywords: +patch
Added file: http://bugs.python.org/file14355/issue6334.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6334>
_______________________________________


More information about the Python-bugs-list mailing list