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 eric.snow
Recipients Arfrever, alex, asvetlov, benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, flox, gregory.p.smith, josh.r, pitrou, refi64, rhettinger, serhiy.storchaka, tonn81, westurner, yselivanov
Date 2015-03-31.05:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427779064.62.0.943061714596.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
I've opened a feature clone to better track the work (features/cordereddict).  Here's the updated patch against default from that clone.  I haven't added any argument client stuff.  I also haven't addressed any of the feedback from Antoine.  I'd rather leave OrderedDict as a "builtin" since the whole point is to be able to use OrderedDict in the interpreter.
History
Date User Action Args
2015-03-31 05:17:45eric.snowsetrecipients: + eric.snow, rhettinger, gregory.p.smith, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, serhiy.storchaka, yselivanov, westurner, refi64, josh.r, tonn81
2015-03-31 05:17:44eric.snowsetmessageid: <1427779064.62.0.943061714596.issue16991@psf.upfronthosting.co.za>
2015-03-31 05:17:44eric.snowlinkissue16991 messages
2015-03-31 05:17:44eric.snowcreate