Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

There are two ways to indicate that a function is not public: either make its 
name underscored, or add __all__ and do not include the function name in it. 
The purpose of __all__ is to avoid mass renaming of internal functions whis is 
a code churn and reduces readability. If make all internal names underscored, 
__all__ would be not needed.

----------

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

Reply via email to