[New-bugs-announce] [issue6738] Wrong doc strings in itertools

Hagen Fürstenau report at bugs.python.org
Thu Aug 20 09:32:12 CEST 2009


New submission from Hagen Fürstenau <hfuerstenau at gmx.net>:

The doc strings of itertools.combinations and
itertools.combinations_with_replacement are wrong: The parameter "r" is
not optional here (like it is for itertools.permutations).

Attached trivial patch.

----------
components: Library (Lib)
files: docstring.patch
keywords: patch
messages: 91761
nosy: hagen
severity: normal
status: open
title: Wrong doc strings in itertools
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file14746/docstring.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6738>
_______________________________________


More information about the New-bugs-announce mailing list