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 methane
Recipients Matt.Mackall, benjamin.peterson, gregory.p.smith, josh.r, larry, mark.dickinson, marmoute, methane, mpm, python-dev, rhettinger, serhiy.storchaka
Date 2016-12-15.08:28:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481790534.74.0.25000367495.issue23971@psf.upfronthosting.co.za>
In-reply-to
Content
> Fixed fromkeys() in Py2.7.  Stills needs to be forward ported to 3.4/3.5.

dict.fromkeys() is fixed already in 3.6+.

dict(l) doesn't presize the dict.  If it's desirable, let's create a new issue.
History
Date User Action Args
2016-12-15 08:28:54methanesetrecipients: + methane, rhettinger, gregory.p.smith, mark.dickinson, larry, benjamin.peterson, mpm, python-dev, Matt.Mackall, serhiy.storchaka, josh.r, marmoute
2016-12-15 08:28:54methanesetmessageid: <1481790534.74.0.25000367495.issue23971@psf.upfronthosting.co.za>
2016-12-15 08:28:54methanelinkissue23971 messages
2016-12-15 08:28:54methanecreate