This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients belopolsky, jiangping.li, rhettinger, serhiy.storchaka, xiang.zhang
Date 2019-07-12.21:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562966992.86.0.419099016046.issue28292@roundup.psfhosted.org>
In-reply-to
Content
Please mark all the non-public helper functions as being private by using a leading underscore for their names.  The __all__ listing is correct but is insufficient.  Note, the module already used the leading underscore convention for the some of the non-public helper classes.

Already, we have a user confused by this:  https://twitter.com/andreportela85/status/1148956749652738049
History
Date User Action Args
2019-07-12 21:29:52rhettingersetrecipients: + rhettinger, belopolsky, serhiy.storchaka, xiang.zhang, jiangping.li
2019-07-12 21:29:52rhettingersetmessageid: <1562966992.86.0.419099016046.issue28292@roundup.psfhosted.org>
2019-07-12 21:29:52rhettingerlinkissue28292 messages
2019-07-12 21:29:52rhettingercreate