summaryrefslogtreecommitdiff
path: root/Doc/library/queue.rst
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 20:04:03 +0000
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 20:04:03 +0000
commitd06322de77f974888898cbcbed95cc2c472e7820 (patch)
treeb66b8d08a4fcee1cd25a6421b690eb77b03d3f38 /Doc/library/queue.rst
parent19f4a8cea9e55abe95b7cc72ef6d41f32cc978b0 (diff)
downloadcpython-d06322de77f974888898cbcbed95cc2c472e7820.tar.gz
Added test for Queue rename warning.
Added note to documentation about Queue rename.
Diffstat (limited to 'Doc/library/queue.rst')
-rw-r--r--Doc/library/queue.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst
index 2ce871a43e..ceede527e4 100644
--- a/Doc/library/queue.rst
+++ b/Doc/library/queue.rst
@@ -5,6 +5,8 @@
.. module:: Queue
:synopsis: A synchronized queue class.
+.. note::
+ The :mod:`Queue` module has been renamed to `queue` in Python 3.0.
The :mod:`Queue` module implements multi-producer, multi-consumer queues.
It is especially useful in threaded programming when information must be