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 2013-02-09.08:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360396998.84.0.582520403426.issue17166@psf.upfronthosting.co.za>
In-reply-to
Content
The "dummy_thread" module has been renamed to "_dummy_thread" in Python 3:

    >>> import dummy_thread
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: No module named 'dummy_thread'
History
Date User Action Args
2013-02-09 08:03:18berker.peksagsetrecipients: + berker.peksag, docs@python
2013-02-09 08:03:18berker.peksagsetmessageid: <1360396998.84.0.582520403426.issue17166@psf.upfronthosting.co.za>
2013-02-09 08:03:18berker.peksaglinkissue17166 messages
2013-02-09 08:03:18berker.peksagcreate