Eli Bendersky <eli...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12574>
_______________________________________
<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 &quot;queue -- A synchronized queue 
class.&quot; The module, however, is named &quot;Queue&quot; in all of 2.x. So, 
while the title is appropiate for 3.x, it&#39;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 &quot;security only&quot; 
mode).<br><br>Eli<br><br></div>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to