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 rhettinger
Recipients abarry, eric.snow, lig, r.david.murray, rhettinger, zach.ware
Date 2015-10-08.01:18:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444267105.32.0.207194099117.issue25315@psf.upfronthosting.co.za>
In-reply-to
Content
> What I'm suggesting it would be worth adding to the source code is
> a simple comment before the class definition for OrderedDict that
> says  "This Python code may be overridden by an accelerated 
> version of this class." 

Sorry, I disagree.  We've never had to do that for any of the C accelerator code in Python's history.  Also, we already have a comment at the point the import is done (and that didn't seem to matter to the OP who is just mad about the design choice itself).  The comment is in the same place as it is in heapq.py for example.  If you want to add a general FAQ entry, that would be fine.  Also, keep in mind that that the code is tested in our test suite, and it is active in other versions of Python (it is not useless as the OP suggests).
History
Date User Action Args
2015-10-08 01:18:25rhettingersetrecipients: + rhettinger, r.david.murray, eric.snow, zach.ware, abarry, lig
2015-10-08 01:18:25rhettingersetmessageid: <1444267105.32.0.207194099117.issue25315@psf.upfronthosting.co.za>
2015-10-08 01:18:25rhettingerlinkissue25315 messages
2015-10-08 01:18:24rhettingercreate