Message347772
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. |
|
Date |
User |
Action |
Args |
2019-07-13 05:23:08 | rhettinger | set | recipients:
+ rhettinger, belopolsky, serhiy.storchaka, xiang.zhang, jiangping.li |
2019-07-13 05:23:08 | rhettinger | set | messageid: <1562995388.83.0.21458913237.issue28292@roundup.psfhosted.org> |
2019-07-13 05:23:08 | rhettinger | link | issue28292 messages |
2019-07-13 05:23:08 | rhettinger | create | |
|