Pekka Klärck <pekka.kla...@gmail.com> added the comment:

I know attributes starting with an underscore are typically considered private, 
but the already mentioned `_fields` clearly isn't and, for example, 
`namedtuple` has several methods like `_asdict()` and `_replace()` that are 
documented to be part of the public API. `_attributes` clearly is part of the 
API as well but it isn't at all documented.

----------

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

Reply via email to