[New-bugs-announce] [issue7407] Minor Queue doc improvement

Floris Bruynooghe report at bugs.python.org
Sun Nov 29 17:00:12 CET 2009


New submission from Floris Bruynooghe <floris.bruynooghe at gmail.com>:

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.python.org>
<http://bugs.python.org/issue7407>
_______________________________________


More information about the New-bugs-announce mailing list