summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0f25cc..b5afbcc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.