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 mark.dickinson
Recipients ezio.melotti, mark.dickinson, mfxmfx, rhettinger
Date 2009-06-24.14:47:01
SpamBayes Score 4.44861e-06
Marked as misclassified No
Message-id <1245854829.19.0.932246124342.issue6334@psf.upfronthosting.co.za>
In-reply-to
Content
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'.
History
Date User Action Args
2009-06-24 14:47:09mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, ezio.melotti, mfxmfx
2009-06-24 14:47:09mark.dickinsonsetmessageid: <1245854829.19.0.932246124342.issue6334@psf.upfronthosting.co.za>
2009-06-24 14:47:02mark.dickinsonlinkissue6334 messages
2009-06-24 14:47:02mark.dickinsoncreate