[issue15008] PEP 362 "Signature Objects" reference implementation

Yury Selivanov report at bugs.python.org
Fri Jun 15 20:04:36 CEST 2012


Yury Selivanov <yselivanov at gmail.com> added the comment:

Attaching the new version of the patch.

Summary:

1. 'is_*' family was replaced with 'Parameter.kind'
2. 'signature()' function was updated to check for '__wrapped__' 
attribute in all callables
3. 'is_implemented' -> 'implemented'
4. Added support for POSITIONAL_ONLY parameters (in 'bind()')

----------
Added file: http://bugs.python.org/file26021/pep362.3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15008>
_______________________________________


More information about the Python-bugs-list mailing list