[issue16543] improve TypeError messages for missing arguments (meta issue)

2020-11-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___

[issue16543] improve TypeError messages for missing arguments (meta issue)

2012-11-25 Thread Ezio Melotti
Ezio Melotti added the comment: See also #15201. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16543 ___ ___ Python-bugs-list mailing list

[issue16543] improve TypeError messages for missing arguments (meta issue)

2012-11-25 Thread Éric Araujo
Éric Araujo added the comment: I think it’s Terry who has an enlightening distinction between arguments definition (positional-or-keyword, positional-only, keyword-only, starargs, starkwargs) and function call (positional, keyword, *-unpacked, **-unpacked). It may have been Nick or David

[issue16543] improve TypeError messages for missing arguments (meta issue)

2012-11-24 Thread Chris Jerdonek
Changes by Chris Jerdonek chris.jerdo...@gmail.com: -- assignee: ezio.melotti - stage: test needed - title: Use positional arguments in PyArg_UnpackTuple - improve TypeError messages for missing arguments (meta issue) ___ Python tracker