[New-bugs-announce] [issue17166] Fix the suggested usage of _dummy_thread module

Berker Peksag report at bugs.python.org
Sat Feb 9 09:03:18 CET 2013


New submission from Berker Peksag:

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'

----------
assignee: docs at python
components: Documentation
files: _dummy_thread-usage.diff
keywords: patch
messages: 181721
nosy: berker.peksag, docs at python
priority: normal
severity: normal
status: open
title: Fix the suggested usage of _dummy_thread module
versions: Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29015/_dummy_thread-usage.diff

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


More information about the New-bugs-announce mailing list