[issue16174] Fix suggested usage of dummy_threading module

2012-10-09 Thread Berker Peksag
New submission from Berker Peksag: The suggested usage should be like this: try: import threading except ImportError: import dummy_threading as threading See: - http://hg.python.org/cpython/file/ce0d0d052494/Lib/queue.py#l3 -

[issue16174] Fix suggested usage of dummy_threading module

2012-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7de9c620716e by Andrew Svetlov in branch '3.2': Issue #16174: Fix suggested usage of dummy_threading module. http://hg.python.org/cpython/rev/7de9c620716e New changeset f02974773a71 by Andrew Svetlov in branch '3.3': Merge issue #16174: Fix

[issue16174] Fix suggested usage of dummy_threading module

2012-10-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks, Berker. -- nosy: +asvetlov resolution: - fixed stage: - committed/rejected status: open - closed versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16174