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 ron_adam, terry.reedy
Date 2011-02-11.20:51:14
SpamBayes Score 0.00036303134
Marked as misclassified No
Message-id <1297457474.86.0.623226515534.issue11182@psf.upfronthosting.co.za>
In-reply-to
Content
After saying that pydoc is used by help(), its documentation only tells how to run it standalone. 

help(pydoc) basically says the same, and does not mention any internals, because of "__all__ = ['help']", which the author understood to define the public interface.

So it seems to me that everything other than help() can be considered private and changeable. Scanner does look like a leftover orphan.
History
Date User Action Args
2011-02-11 20:51:14terry.reedysetrecipients: + terry.reedy, ron_adam
2011-02-11 20:51:14terry.reedysetmessageid: <1297457474.86.0.623226515534.issue11182@psf.upfronthosting.co.za>
2011-02-11 20:51:14terry.reedylinkissue11182 messages
2011-02-11 20:51:14terry.reedycreate