Raymond Hettinger added the comment:

In general, the __attributes and _attributes are already considered to be 
private, so I don't see the point.  Aside from this one user that is never been 
necessary and he already knows that it doesn't work. 

Re-reading the thread, the issue isn't that he doesn't like the design choice, 
not that he didn't understand it.

The collections module isn't the only place the implementation has been made 
private (see fractions.py) for example.   Maybe a general note in the docs 
about private APIs or a FAQ entry would be appropriate, but there isn't 
anything specific to OrderedDicts (especially now that there is a C 
implementation, it should go without saying).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25315>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to