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 Ramchandra Apte, ezio.melotti, facundobatista, loewis, mark.dickinson, rhettinger, skrah
Date 2012-10-31.16:10:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351699847.72.0.189855585418.issue13701@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, in an earlier comment you said: "now threading imports dummy_threading when threading is not available".

Do you mean that 'import threading' will always succeed, even on platforms built without thread support?  Is this documented somewhere?

The docs at http://docs.python.org/3.3/library/dummy_threading.html seem to say rather that dummy_threading still has to be imported explicitly.
History
Date User Action Args
2012-10-31 16:10:47mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, facundobatista, ezio.melotti, skrah, Ramchandra Apte
2012-10-31 16:10:47mark.dickinsonsetmessageid: <1351699847.72.0.189855585418.issue13701@psf.upfronthosting.co.za>
2012-10-31 16:10:47mark.dickinsonlinkissue13701 messages
2012-10-31 16:10:47mark.dickinsoncreate