[issue12574] Documentation for Queue in 2.x has an incorrect title

New submission from Rafe Kettler <rafe.kettler@gmail.com>: 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. ---------- assignee: docs@python components: Documentation messages: 140475 nosy: docs@python, rafe.kettler priority: normal severity: normal status: open title: Documentation for Queue in 2.x has an incorrect title versions: Python 2.6, Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12574> _______________________________________

Eli Bendersky <eliben@gmail.com> added the comment:
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.
Sure, make a patch for 2.7 (the 2.6 line is now in "security only" mode). Eli ---------- nosy: +eli.bendersky Added file: http://bugs.python.org/file22676/unnamed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12574> _______________________________________

Rafe Kettler <rafe.kettler@gmail.com> added the comment: Okay, here's a patch. I also went ahead and added my name to ACKS, since this is my 3rd or 4th patch. Rafe ---------- keywords: +patch Added file: http://bugs.python.org/file22677/queue_docs.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12574> _______________________________________

Roundup Robot <devnull@psf.upfronthosting.co.za> added the comment: New changeset 60ce5f279a5e by Eli Bendersky in branch '2.7': Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler http://hg.python.org/cpython/rev/60ce5f279a5e ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12574> _______________________________________

Changes by Eli Bendersky <eliben@gmail.com>: ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue12574> _______________________________________
participants (3)
-
Eli Bendersky
-
Rafe Kettler
-
Roundup Robot