summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b9e8d16..68769fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Library
complex zeros on systems where the log1p function fails to respect
the sign of zero. This fixes a test failure on AIX.
+- Issue #9732: Addition of getattr_static to the inspect module.
+
- Issue #10446: Module documentation generated by pydoc now links to a
version-specific online reference manual.