[docs] I found bugs in the Queue documentation

Georg Brandl georg at python.org
Sun Oct 6 11:28:54 CEST 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 28.06.2013 08:09, schrieb 오진균:
> http://docs.python.org/2/library/queue.html
> 
> There are two typing errors in this document
> 
> http://docs.python.org/2/library/queue.html#Queue.Queue.put 
> http://docs.python.org/2/library/queue.html#Queue.Queue.get
> 
> there is a same sentence within this two function descriptions,
> 
> If optional args /block/ is true and /timeout/ is None (the default)
> 
> In this sentence, I think it should be "True" not "true" because it stands
> for actual python Boolean value.

Hi 진균,

the documents are actually correct; we use "true" when we mean "any object
that is considered true by bool()".

cheers,
Georg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.21 (GNU/Linux)

iEYEARECAAYFAlJRLVYACgkQN9GcIYhpnLD/DgCeMQzYGdgpjlQI2jnpHLLFcIhF
5UgAoKqyAjA+Ie+iCqW/9bGSAhu5mimA
=CiHy
-----END PGP SIGNATURE-----


More information about the docs mailing list