[issue20250] defaultdict docstring neglects the *args

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d46bf7835b45 by Benjamin Peterson in branch '3.3': correct defaultdict signature in docstring (closes #20250) http://hg.python.org/cpython/rev/d46bf7835b45 New changeset 950f1e83bb56 by Benjamin Peterson in branch '2.7': correct defaultdict signatur

[issue20250] defaultdict docstring neglects the *args

2014-01-13 Thread Andrew Barnert
New submission from Andrew Barnert: The docstring for defaultdict shows only a single argument, default_factory, and gives no clue that you can pass additional arguments: | defaultdict(default_factory) --> dict with default factory | | The default factory is called without argumen