Serhiy Storchaka <[email protected]> added the comment:
They are not in the __all__ list and are not documented. If __all__ is defined for the module, there is no need to use the underscore prefix for private globals. The calendar module is not special, many other modules follow this convention. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35406> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
