]> granicus.if.org Git - python/commit
Added stub for the Queue module to be renamed in 3.0.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 19:39:48 +0000 (19:39 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 19:39:48 +0000 (19:39 +0000)
commit30ece44f2e5397e8501380349fd5278e6f64f555
tree769eb0873f3fdeeb6be8bbf1b661418fbf56d48c
parentca3ccd15ffa92423dac6cdda82507eb45347c1d4
Added stub for the Queue module to be renamed in 3.0.
Use the 3.0 module name to avoid spurious warnings.
Lib/Queue.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py
Lib/queue.py [new file with mode: 0644]
Lib/test/test_dummy_thread.py
Lib/test/test_queue.py
Lib/test/test_socket.py
Tools/webchecker/wsgui.py