[issue2536] itertools.permutations docstring is misleading

2008-06-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r64067. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2536] itertools.permutations docstring is misleading

2008-04-02 Thread Daniel Diniz
New submission from Daniel Diniz <[EMAIL PROTECTED]>: Currently, Modules/itertoolsmodule.c lines 2471-2475 are: PyDoc_STRVAR(permutations_doc, "permutations(iterables[, r]) --> permutations object\n\ \n\ Return successive r-length permutations of elements in the iterable.\n\n\ permutations(range