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 lig
Recipients abarry, eric.snow, lig, r.david.murray, rhettinger, zach.ware
Date 2015-10-07.11:49:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444218560.83.0.240844350872.issue25315@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for reopening. I completely agree with the point that is it not necessary for Python and C implementations to duplicate each other.

But then the Python OrderedDict implementation should be dropped from the library source. The code that is there now is nothing more than confusing. For some one not aware of C implementation it is very hard to get from documentation that the code she sees via "Go to definition" feature of her IDE is not meant to be executing at all.
History
Date User Action Args
2015-10-07 11:49:20ligsetrecipients: + lig, rhettinger, r.david.murray, eric.snow, zach.ware, abarry
2015-10-07 11:49:20ligsetmessageid: <1444218560.83.0.240844350872.issue25315@psf.upfronthosting.co.za>
2015-10-07 11:49:20liglinkissue25315 messages
2015-10-07 11:49:20ligcreate