]> granicus.if.org Git - python/commit
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
authorGeorg Brandl <georg@python.org>
Sat, 7 Jun 2008 15:59:10 +0000 (15:59 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 7 Jun 2008 15:59:10 +0000 (15:59 +0000)
commit7be19aabe20a04d8038383bc96c3dd96f27892c0
tree535f4ab7bff1301239a2c5f3f2d7492c0ab5634b
parent6a5a177cba3aa36e53438901a1a52149b9010e92
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
to ease standalone use of the algorithm.
Doc/library/_ast.rst [deleted file]
Doc/library/inspect.rst
Doc/library/language.rst
Lib/inspect.py
Lib/test/test_ast.py
Lib/test/test_inspect.py
Misc/NEWS