This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rafe.kettler
Recipients docs@python, rafe.kettler
Date 2011-07-15.23:25:48
SpamBayes Score 1.2103098e-06
Marked as misclassified No
Message-id <1310772348.87.0.605438364285.issue12574@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for Queue in all versions of Python 2.7 and 2.6 (see http://docs.python.org/release/2.6.7/library/queue.html#module-Queue for the 2.7 docs) has the title "queue -- A synchronized queue class." The module, however, is named "Queue" in all of 2.x. So, while the title is appropiate for 3.x, it's incorrect for 2.x.

I can make a patch, as well.
History
Date User Action Args
2011-07-15 23:25:48rafe.kettlersetrecipients: + rafe.kettler, docs@python
2011-07-15 23:25:48rafe.kettlersetmessageid: <1310772348.87.0.605438364285.issue12574@psf.upfronthosting.co.za>
2011-07-15 23:25:48rafe.kettlerlinkissue12574 messages
2011-07-15 23:25:48rafe.kettlercreate