]> granicus.if.org Git - python/commit
Queue renaming reversal part 3: move module into place and
authorGeorg Brandl <georg@python.org>
Sun, 25 May 2008 07:20:14 +0000 (07:20 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 25 May 2008 07:20:14 +0000 (07:20 +0000)
commita6168f9e0a0ff77910e783df36f5dd4b5dfa7372
tree5424d6e36503bda00ee3a63638737a9973b4a4fb
parent8107290fa186bd5efa2a9c158000fd578d228a6c
Queue renaming reversal part 3: move module into place and
change imports and other references. Closes #2925.
15 files changed:
Doc/library/queue.rst
Doc/library/threading.rst
Doc/reference/simple_stmts.rst
Doc/tutorial/stdlib2.rst
Doc/whatsnew/2.6.rst
Lib/Queue.py [moved from Lib/lib-old/Queue.py with 100% similarity]
Lib/idlelib/rpc.py
Lib/idlelib/run.py
Lib/test/test___all__.py
Lib/test/test_dummy_thread.py
Lib/test/test_py3kwarn.py
Lib/test/test_queue.py
Lib/test/test_socket.py
Misc/cheatsheet
Tools/webchecker/wsgui.py