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 pitrou
Recipients aymeric.augustin, gregory.p.smith, pitrou
Date 2011-02-07.15:41:14
SpamBayes Score 0.00044624275
Marked as misclassified No
Message-id <1297093275.38.0.777240832339.issue11140@psf.upfronthosting.co.za>
In-reply-to
Content
I would rather make _thread.error an alias of RuntimeError. That way, we can reconcile the docs and the code without breaking compatibility.
Also, importing _thread won't be necessary to catch errors raised in threading objects.
History
Date User Action Args
2011-02-07 15:41:15pitrousetrecipients: + pitrou, gregory.p.smith, aymeric.augustin
2011-02-07 15:41:15pitrousetmessageid: <1297093275.38.0.777240832339.issue11140@psf.upfronthosting.co.za>
2011-02-07 15:41:14pitroulinkissue11140 messages
2011-02-07 15:41:14pitroucreate