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 orsenthil
Recipients orsenthil, vstinner
Date 2010-04-20.09:55:48
SpamBayes Score 0.0009608015
Marked as misclassified No
Message-id <1271757351.09.0.491602811886.issue8460@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, definitely it needs to be ported. I realized that, py3k was in a bad shape at moment.

File "Lib/test/test_urllib2net.py", line 151, in _test_urls
    import logging
File "/home/senthil/python/py3k/Lib/logging/__init__.py", line 43, in <module>
    import threading
File "/home/senthil/python/py3k/Lib/threading.py", line 34, in <module>
    TIMEOUT_MAX = _thread.TIMEOUT_MAX
AttributeError: 'module' object has no attribute 'TIMEOUT_MAX'

This is without the patch in.
I was looking at what was wrong there, and once that is fix, merging this change to py3k would be fine.
History
Date User Action Args
2010-04-20 09:55:51orsenthilsetrecipients: + orsenthil, vstinner
2010-04-20 09:55:51orsenthilsetmessageid: <1271757351.09.0.491602811886.issue8460@psf.upfronthosting.co.za>
2010-04-20 09:55:49orsenthillinkissue8460 messages
2010-04-20 09:55:48orsenthilcreate