
report at bugs
Nov 29, 2009, 8:00 AM
Post #1 of 2
(230 views)
Permalink
|
|
[issue7407] Minor Queue doc improvement
|
|
New submission from Floris Bruynooghe <floris.bruynooghe [at] gmail>: 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). ---------- assignee: georg.brandl components: Documentation files: queue.diff keywords: patch messages: 95806 nosy: flub, georg.brandl severity: normal status: open title: Minor Queue doc improvement type: behavior versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file15413/queue.diff _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7407> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|