summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_topics.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 63871 via svnmerge fromGeorg Brandl2008-06-011-0/+78
svn+ssh://pythondev@svn.python.org/python/trunk ........ r63871 | georg.brandl | 2008-06-01 22:33:55 +0200 (Sun, 01 Jun 2008) | 3 lines Generate pydoc's topic help from the reST docs via Sphinx' new text writer. ........