[issue16543] Use "positional arguments" in PyArg_UnpackTuple

Chris Jerdonek report at bugs.python.org
Sat Nov 24 21:12:39 CET 2012


Chris Jerdonek added the comment:

> TypeError: f() missing 1 required positional argument: 'a'

The error message for round(), for example, has a different form:

>>> round()
TypeError: Required argument 'number' (pos 1) not found

It would be good if these had the same form.

----------

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


More information about the Python-bugs-list mailing list