[issue6738] Wrong doc strings in itertools

2009-11-18 Thread Raymond Hettinger
Raymond Hettinger added the comment: Fixed. See r76391 to r76394. Thanks for the report. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue6738] Wrong doc strings in itertools

2009-08-25 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue6738] Wrong doc strings in itertools

2009-08-25 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue6738] Wrong doc strings in itertools

2009-08-20 Thread Hagen Fürstenau
New submission from Hagen Fürstenau : 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.pa