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 terry.reedy
Recipients docs@python, [email protected], terry.reedy
Date 2013-05-15.21:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I do not know what you mean by 'leak docs' so I changed the title to something that makes more sense. It is possible that these functions are considered private to the module, but then their names should be preceded by '_', or else there should be an '__all__' list that omits them. So the omission may be a mistake. I do not know.
History
Date User Action Args
2013-05-15 21:23:42terry.reedysetrecipients: + terry.reedy, docs@python, [email protected]
2013-05-15 21:23:42terry.reedysetmessageid: <[email protected]>
2013-05-15 21:23:42terry.reedylinkissue17972 messages
2013-05-15 21:23:42terry.reedycreate