This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alex, arigo, benjamin.peterson, ezio.melotti, jcea, python-dev
Date 2012-10-31.18:14:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XsHkL50Y3zPZm@mail.python.org>
In-reply-to
Content
New changeset a965eac352ec by Benjamin Peterson in branch '3.2':
only fast-path fromkeys() when the constructor returns a empty dict (closes #16345)
http://hg.python.org/cpython/rev/a965eac352ec

New changeset b68da8f2ed95 by Benjamin Peterson in branch '3.3':
merge 3.2 (#16345)
http://hg.python.org/cpython/rev/b68da8f2ed95

New changeset 411d52192062 by Benjamin Peterson in branch 'default':
merge 3.3 (#16345)
http://hg.python.org/cpython/rev/411d52192062

New changeset 6a582cdfee41 by Benjamin Peterson in branch '2.7':
only fast-path fromkeys() when the constructor returns a empty dict (closes #16345)
http://hg.python.org/cpython/rev/6a582cdfee41
History
Date User Action Args
2012-10-31 18:14:19python-devsetrecipients: + python-dev, arigo, jcea, benjamin.peterson, ezio.melotti, alex
2012-10-31 18:14:19python-devlinkissue16345 messages
2012-10-31 18:14:19python-devcreate