commit | a51623b1602d6bb695fee36e74146269e6358d6b | [log] [tgz] |
---|---|---|
author | Michael Foord <michael@voidspace.org.uk> | Sun Dec 18 22:01:40 2011 +0000 |
committer | Michael Foord <michael@voidspace.org.uk> | Sun Dec 18 22:01:40 2011 +0000 |
tree | cf8c1e5c5c2a0190ca377bd81841a21aac0c9d34 | |
parent | bd206e27a49dd4cc94ee264c706614190ce0eb3c [diff] [blame] |
Fix inspect.getattr_static to work on modules (again). Closes issue 11813.
diff --git a/Misc/NEWS b/Misc/NEWS index 95c8147..346326b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -97,6 +97,9 @@ Library ------- +- Issue #11813: Fix inspect.getattr_static for modules. Patch by Andreas + Stührk. + - Issue #7502: Fix equality comparison for DocTestCase instances. Patch by Cédric Krier.