]> granicus.if.org Git - python/commit
Fix inspect.getattr_static to work on modules (again).
authorMichael Foord <michael@voidspace.org.uk>
Sun, 18 Dec 2011 22:01:40 +0000 (22:01 +0000)
committerMichael Foord <michael@voidspace.org.uk>
Sun, 18 Dec 2011 22:01:40 +0000 (22:01 +0000)
commita51623b1602d6bb695fee36e74146269e6358d6b
treecf8c1e5c5c2a0190ca377bd81841a21aac0c9d34
parentbd206e27a49dd4cc94ee264c706614190ce0eb3c
Fix inspect.getattr_static to work on modules (again).
Closes issue 11813.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS