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 yselivanov
Recipients Arfrever, alex, asvetlov, benjamin.peterson, eric.araujo, eric.smith, eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, pitrou, refi64, rhettinger, scoder, serhiy.storchaka, tonn81, westurner, yselivanov
Date 2015-05-13.15:07:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431529669.2.0.45814160357.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, is there any chance this can land in 3.5?  OrderedDict is a heavily used thing, everyone will benefit from a fast implementation.  It's OK if we have an imperfect (but fully compatible with existing OrderedDict) implementation in 3.5.  We can optimize it in 3.6.
History
Date User Action Args
2015-05-13 15:07:49yselivanovsetrecipients: + yselivanov, rhettinger, gregory.p.smith, pitrou, scoder, eric.smith, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, eric.snow, serhiy.storchaka, westurner, refi64, josh.r, tonn81, introom
2015-05-13 15:07:49yselivanovsetmessageid: <1431529669.2.0.45814160357.issue16991@psf.upfronthosting.co.za>
2015-05-13 15:07:49yselivanovlinkissue16991 messages
2015-05-13 15:07:49yselivanovcreate