[New-bugs-announce] [issue12679] ThreadError is not in threading.__all__

Matt Joiner report at bugs.python.org
Tue Aug 2 08:46:51 CEST 2011


New submission from Matt Joiner <anacrolix at gmail.com>:

>>> from threading import *
>>> ThreadError
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'ThreadError' is not defined

----------
components: Library (Lib)
files: export-thread-error.patch
keywords: patch
messages: 141546
nosy: anacrolix
priority: normal
severity: normal
status: open
title: ThreadError is not in threading.__all__
versions: Python 3.2
Added file: http://bugs.python.org/file22827/export-thread-error.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12679>
_______________________________________


More information about the New-bugs-announce mailing list