New submission from Rafe Kettler <rafe.kett...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12574> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com