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 ncoghlan
Recipients Claudiu.Popa, larry, michael.foord, ncoghlan, terry.reedy, yselivanov
Date 2014-01-19.03:54:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390103677.89.0.794830446244.issue17481@psf.upfronthosting.co.za>
In-reply-to
Content
I upgraded the description to a "should". Argument Clinic and other changes in Python 3.4 greatly improve introspection support for various aspects of the runtime and standard library (for example, issue 20223 will handle the new functools.partialmethod support). By also making those enhancements available via getfullargpsec, we should significantly increase the amount of existing code which benefits automatically for those enhancements, as it will no longer require explicit migration to the new PEP 362 APIs at the application/library level.

Reviewing the patch now.
History
Date User Action Args
2014-01-19 03:54:37ncoghlansetrecipients: + ncoghlan, terry.reedy, larry, michael.foord, Claudiu.Popa, yselivanov
2014-01-19 03:54:37ncoghlansetmessageid: <1390103677.89.0.794830446244.issue17481@psf.upfronthosting.co.za>
2014-01-19 03:54:37ncoghlanlinkissue17481 messages
2014-01-19 03:54:37ncoghlancreate