This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Minor Queue doc improvement
Type: behavior Stage:
Components: Documentation Versions: Python 3.0, Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: akuchling, flub, georg.brandl, rhettinger
Priority: normal Keywords: patch

Created on 2009-11-29 16:00 by flub, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
queue.diff flub, 2009-11-29 16:00
Messages (2)
msg95806 - (view) Author: Floris Bruynooghe (flub) Date: 2009-11-29 16:00
The documentation of the queue module (Queue in 2.x) does not mention
that the constructors have a default argument of 0 for "maxsize".  The
trivial patch adds this (patch against py3k trunk).
msg100149 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2010-02-26 13:36
Committed to 2.7trunk in r78463 and 3.2trunk in r78464.  Thanks!
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51656
2010-02-26 13:36:13akuchlingsetstatus: open -> closed

nosy: + akuchling
messages: + msg100149

resolution: accepted
2009-11-29 23:22:31rhettingersetassignee: georg.brandl -> rhettinger

nosy: + rhettinger
2009-11-29 16:00:10flubcreate