[docs] [issue13887] defaultdict.get does not default to initial default but None
Roundup Robot
report at bugs.python.org
Fri Jan 27 15:14:44 CET 2012
Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:
New changeset 089a086252fc by Benjamin Peterson in branch '3.2':
note that get() is not affected by default_factory (closes #13887)
http://hg.python.org/cpython/rev/089a086252fc
New changeset 26612ad451ad by Benjamin Peterson in branch 'default':
merge heads (#13887)
http://hg.python.org/cpython/rev/26612ad451ad
New changeset b2db66bc8e7f by Benjamin Peterson in branch '2.7':
note that get() is not affected by default_factory (closes #13887)
http://hg.python.org/cpython/rev/b2db66bc8e7f
----------
nosy: +python-dev
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13887>
_______________________________________
More information about the docs
mailing list