mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
to ease standalone use of the algorithm.
This commit is contained in:
parent
6a5a177cba
commit
7be19aabe2
7 changed files with 125 additions and 100 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue