Re: [Python-Dev] [Python-checkins] r86566 - in python/branches/py3k: Doc/glossary.rst Doc/library/inspect.rst Lib/inspect.py Lib/test/test_inspect.py Misc/NEWS Misc/python-wing4.wpr

On Sun, Nov 21, 2010 at 1:07 AM, michael.foord <python-checkins@python.org> wrote:
Author: michael.foord Date: Sat Nov 20 16:07:30 2010 New Revision: 86566
Log: Issue 9732: addition of getattr_static to the inspect module
Modified: python/branches/py3k/Doc/glossary.rst python/branches/py3k/Doc/library/inspect.rst python/branches/py3k/Lib/inspect.py python/branches/py3k/Lib/test/test_inspect.py python/branches/py3k/Misc/NEWS python/branches/py3k/Misc/python-wing4.wpr
Unrelated to my previous comment - when adding inspect.getgeneratorstate, I noticed that inspect.getattr_static isn't mentioned in the 3.2 What's New yet (I put a XXX placeholder in for you/Raymond). -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (1)
-
Nick Coghlan