Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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.

----------

_______________________________________
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