Terry J. Reedy <tjre...@udel.edu> added the comment: 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. ---------- nosy: +terry.reedy _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11182> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com