]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1530482: add pydoc.render_doc() which returns the documentation
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 20:02:57 +0000 (20:02 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 20:02:57 +0000 (20:02 +0000)
commit8441f15626998df7881f49223948b7e6fef18c08
treed801551ebb2ced10e56de64b59107874a627f2a7
parentd9bef35e3c0c4c1dfa5760fd76c720afa1956170
Patch #1530482: add pydoc.render_doc() which returns the documentation
for a thing instead of paging it to stdout, which pydoc.doc() does.
Lib/pydoc.py
Misc/NEWS