[issue36540] PEP 570: Python Positional-Only Parameters

STINNER Victor report at bugs.python.org
Mon Apr 15 05:32:00 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

It seems like deprecating or removing "old" inspect functions is an issue. An option would be to raise an error if these functions is used on a function which has at least one positional argument.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36540>
_______________________________________


More information about the Python-bugs-list mailing list