R. David Murray <rdmur...@bitdance.com> added the comment: The addition of __all__ was made by raymond.hettinger in r60851. 'from xxx import *' is not a recommended style, but irregardless of that __all__ certainly should list all of the public APIs.
---------- keywords: +easy nosy: +r.david.murray, rhettinger priority: -> normal stage: -> needs patch versions: +Python 2.7, Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5854> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com