Issue 9732: addition of getattr_static to the inspect module
diff --git a/Misc/NEWS b/Misc/NEWS
index b9e8d16..68769fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@
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.
diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr
index cc2cf23..c3f1537 100644
--- a/Misc/python-wing4.wpr
+++ b/Misc/python-wing4.wpr
@@ -5,7 +5,9 @@
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
- 'excludes': [u'Lib/__pycache__'],
+ 'excludes': [u'Lib/__pycache__',
+ u'Doc/build',
+ u'build'],
'filter': '*',
'include_hidden': False,
'recursive': True,