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

2011-07-16 Thread Eli Bendersky
Changes by Eli Bendersky : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

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

2011-07-16 Thread Roundup Robot
Roundup Robot 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 ___ Pytho

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

2011-07-16 Thread Rafe Kettler
Rafe Kettler 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

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

2011-07-16 Thread Eli Bendersky
Eli Bendersky 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

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

2011-07-15 Thread Rafe Kettler
New submission from Rafe Kettler : 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