[docs] [issue12574] Documentation for Queue in 2.x has an incorrect title
Eli Bendersky
report at bugs.python.org
Sat Jul 16 16:51:41 CEST 2011
Eli Bendersky <eliben at 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 at bugs.python.org>
<http://bugs.python.org/issue12574>
_______________________________________
-------------- next part --------------
<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The documentation for Queue in all versions of Python 2.7 and 2.6 (see <a href="http://docs.python.org/release/2.6.7/library/queue.html#module-Queue" target="_blank">http://docs.python.org/release/2.6.7/library/queue.html#module-Queue</a> 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.<br>
<br>
I can make a patch, as well.<br></blockquote></div><br>Sure, make a patch for 2.7 (the 2.6 line is now in "security only" mode).<br><br>Eli<br><br></div>
More information about the docs
mailing list