[issue20427] inspect.Signature should ensure that non-default params don't follow default ones

Yury Selivanov report at bugs.python.org
Wed Jan 29 06:39:13 CET 2014


Yury Selivanov added the comment:

New patch version: sig_validation_02.patch

This one is a bit more correct--it uses Parameter's private '_partial_kwarg' to correctly validate partial signatures.

----------
Added file: http://bugs.python.org/file33787/sig_validation_02.patch

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


More information about the Python-bugs-list mailing list