[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 (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Sun Nov 21 04:54:11 CET 2010
- Previous message: [Python-Dev] Reminder: Distutils vs Distutils2
- Next message: [Python-Dev] [Python-checkins] r86633 - in python/branches/py3k: Doc/library/inspect.rst Doc/whatsnew/3.2.rst Lib/inspect.py Lib/test/test_inspect.py Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Nov 21, 2010 at 1:07 AM, michael.foord <python-checkins at python.org> wrote:
Author: michael.foord Date: Sat Nov 20 16:07:30 2010 New Revision: 86566
Log: Issue 9732: addition of getattrstatic 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/testinspect.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 at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Reminder: Distutils vs Distutils2
- Next message: [Python-Dev] [Python-checkins] r86633 - in python/branches/py3k: Doc/library/inspect.rst Doc/whatsnew/3.2.rst Lib/inspect.py Lib/test/test_inspect.py Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]