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.