diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |