[issue25315] Make it clear in the collections Python source code that OrderedDict may be overridden

Raymond Hettinger report at bugs.python.org
Wed Oct 7 20:37:51 EDT 2015


Raymond Hettinger added the comment:

One other thought:  The purpose of the source links is to help people learn.  It in no way every implies that someone should hack private implementation details.   We have a number of modules that have both a pure python implementation and a replacement with a C accelerator (heapq, counter, bisect, decimal, etc) they are all done in the same way as the OrderedDict.

I believe this report should be re-closed as the OP has consistently adopted unreasonable positions as has been unwilling to accept the responses from the devs volunteering their time to explain the basics of private, non-guaranteed implementation details.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25315>
_______________________________________


More information about the Python-bugs-list mailing list