diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-11-20 15:07:30 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-11-20 15:07:30 (GMT) |
commit | 95fc51dfda805c2c1aa7aacf9a100d90c8747ffc (patch) | |
tree | 9666c61139b78e7cc7fcb63eb21aded0f97a3fff /Misc | |
parent | 89197fe93c4a3f3e983721b0325b7bb5613c7e9c (diff) | |
download | cpython-95fc51dfda805c2c1aa7aacf9a100d90c8747ffc.zip cpython-95fc51dfda805c2c1aa7aacf9a100d90c8747ffc.tar.gz cpython-95fc51dfda805c2c1aa7aacf9a100d90c8747ffc.tar.bz2 |
Issue 9732: addition of getattr_static to the inspect module
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 | ||||
-rw-r--r-- | Misc/python-wing4.wpr | 4 |
2 files changed, 5 insertions, 1 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. 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, |