New submission from Matt Joiner <anacro...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12679>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to