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
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