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 berker.peksag
Recipients berker.peksag, docs@python
Date 2012-10-09.10:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349778750.52.0.861421391329.issue16174@psf.upfronthosting.co.za>
In-reply-to
Content
The suggested usage should be like this:

    try:
        import threading
    except ImportError:
        import dummy_threading as threading

See:
- http://hg.python.org/cpython/file/ce0d0d052494/Lib/queue.py#l3
- http://hg.python.org/cpython/file/ce0d0d052494/Lib/sched.py#l34
- http://hg.python.org/cpython/file/ce0d0d052494/Lib/socketserver.py#l137
History
Date User Action Args
2012-10-09 10:32:30berker.peksagsetrecipients: + berker.peksag, docs@python
2012-10-09 10:32:30berker.peksagsetmessageid: <1349778750.52.0.861421391329.issue16174@psf.upfronthosting.co.za>
2012-10-09 10:32:30berker.peksaglinkissue16174 messages
2012-10-09 10:32:30berker.peksagcreate