Terry J. Reedy <tjre...@udel.edu> added the comment:

A leading underscore usually means that the name is private and should not be 
relied on.  We of course use private names to implement public objects, else 
they should not exist.  '_fields' is an exception, and I leave it to the ast 
experts to decide if '_attributes' should be also.

----------
nosy: +terry.reedy

_______________________________________
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