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 oefe
Recipients BreamoreBoy, oefe, r.david.murray
Date 2010-07-11.14:44:29
SpamBayes Score 0.047346827
Marked as misclassified No
Message-id <1278859476.24.0.183023481674.issue4044@psf.upfronthosting.co.za>
In-reply-to
Content
Did you test it Python *3.0*? Apparently, the issue does not happen in Python 2.x, and also not in Python 3.1.2.

Apparently it was introduced somewhere in Python 3.0, and later fixed. 

I retested the issue in Python 3.0.1 on Mac OS X 10.6.4, using a freshly unpacked tarball, built with

./configure && make

and it still happens. To avoid influences of the user environment, I repeated the test in a newly created test account. Same issue.

The issue doesn't happen in Python 2.6, 2.6.5, 2.7, or 3.1.2, however.
History
Date User Action Args
2010-07-11 14:44:36oefesetrecipients: + oefe, r.david.murray, BreamoreBoy
2010-07-11 14:44:36oefesetmessageid: <1278859476.24.0.183023481674.issue4044@psf.upfronthosting.co.za>
2010-07-11 14:44:30oefelinkissue4044 messages
2010-07-11 14:44:30oefecreate