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-13.05:23:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562995388.83.0.21458913237.issue28292@roundup.psfhosted.org>
In-reply-to
Content
For people using "import calendar", the __all__ variable has no effect.  Running help(calendar) shows the functions as if they were public functions.  The module historically hid its private details with the leading underscores.  The patch in question violated that norm.  We have evidence that a real user was confused by this.  Please fix it.
History
Date User Action Args
2019-07-13 05:23:08rhettingersetrecipients: + rhettinger, belopolsky, serhiy.storchaka, xiang.zhang, jiangping.li
2019-07-13 05:23:08rhettingersetmessageid: <1562995388.83.0.21458913237.issue28292@roundup.psfhosted.org>
2019-07-13 05:23:08rhettingerlinkissue28292 messages
2019-07-13 05:23:08rhettingercreate