diff options
author | Georg Brandl <georg@python.org> | 2008-06-07 15:59:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-07 15:59:10 (GMT) |
commit | 7be19aabe20a04d8038383bc96c3dd96f27892c0 (patch) | |
tree | 535f4ab7bff1301239a2c5f3f2d7492c0ab5634b /Misc | |
parent | 6a5a177cba3aa36e53438901a1a52149b9010e92 (diff) | |
download | cpython-7be19aabe20a04d8038383bc96c3dd96f27892c0.zip cpython-7be19aabe20a04d8038383bc96c3dd96f27892c0.tar.gz cpython-7be19aabe20a04d8038383bc96c3dd96f27892c0.tar.bz2 |
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
to ease standalone use of the algorithm.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ Extension Modules Library ------- +- Factored out the indentation cleaning from inspect.getdoc() into + inspect.cleandoc() to ease standalone use. + - Issue #1798: Add ctypes calling convention that allows safe access to errno. |