I found bugs in the Queue documentation

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. Thanks.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 28.06.2013 08:09, schrieb 오진균:
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-----

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 28.06.2013 08:09, schrieb 오진균:
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-----
participants (2)
-
Georg Brandl
-
오진균