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 serhiy.storchaka
Recipients barry, eryksun, ethan.furman, martin.panter, rhettinger, serhiy.storchaka
Date 2016-03-28.16:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459182406.63.0.129875181602.issue26632@psf.upfronthosting.co.za>
In-reply-to
Content
There is a helper in test.support that helps to add a test for __all__, and we slowly add these test for all modules. So this is not large issue for the stdlib.

New module level names are added not very often. Keeping __all__ in sync is not the largest problem in the maintaining.
History
Date User Action Args
2016-03-28 16:26:46serhiy.storchakasetrecipients: + serhiy.storchaka, barry, rhettinger, ethan.furman, martin.panter, eryksun
2016-03-28 16:26:46serhiy.storchakasetmessageid: <1459182406.63.0.129875181602.issue26632@psf.upfronthosting.co.za>
2016-03-28 16:26:46serhiy.storchakalinkissue26632 messages
2016-03-28 16:26:46serhiy.storchakacreate