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 anacrolix
Recipients anacrolix
Date 2011-08-02.06:46:50
SpamBayes Score 6.798768e-08
Marked as misclassified No
Message-id <1312267611.8.0.542884260268.issue12679@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from threading import *
>>> ThreadError
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'ThreadError' is not defined
History
Date User Action Args
2011-08-02 06:46:51anacrolixsetrecipients: + anacrolix
2011-08-02 06:46:51anacrolixsetmessageid: <1312267611.8.0.542884260268.issue12679@psf.upfronthosting.co.za>
2011-08-02 06:46:51anacrolixlinkissue12679 messages
2011-08-02 06:46:51anacrolixcreate