[issue25315] OrderedDict mangled private attribute is inaccessible

Emanuel Barry report at bugs.python.org
Mon Oct 5 07:36:16 EDT 2015


Emanuel Barry added the comment:

The same is true of the decimal and datetime modules. Names starting with an underscore are an implementation detail, and you shouldn't rely on these in production code.

----------
nosy: +ebarry

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


More information about the Python-bugs-list mailing list