Nick Coghlan added the comment:

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.

----------
title: inspect.getfullargspec could use __signature__ -> inspect.getfullargspec 
should use __signature__

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17481>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to