This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients larry, yselivanov
Date 2014-02-21.06:41:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392964904.87.0.488691862125.issue20715@psf.upfronthosting.co.za>
In-reply-to
Content
Larry, please consider cherry-picking 2000c27ebe80.

Another bug in newly renovated 'inspect.getfullargspec()', this time with module-level builtins. Would be great if it supports them well in 3.4.

changeset:   89314:2000c27ebe80
tag:         tip
user:        Yury Selivanov <yselivanov@sprymix.com>
date:        Fri Feb 21 01:32:42 2014 -0500
files:       Lib/inspect.py Lib/test/test_inspect.py
description:
inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711
History
Date User Action Args
2014-02-21 06:41:44yselivanovsetrecipients: + yselivanov, larry
2014-02-21 06:41:44yselivanovsetmessageid: <1392964904.87.0.488691862125.issue20715@psf.upfronthosting.co.za>
2014-02-21 06:41:44yselivanovlinkissue20715 messages
2014-02-21 06:41:44yselivanovcreate