[issue20177] Derby #8: Convert 28 sites to Argument Clinic across 2 files

Nikolaus Rath report at bugs.python.org
Sun Jan 19 04:58:19 CET 2014


Nikolaus Rath added the comment:

Hmm. After reading some of the threads on python-dev, I'm now confused if I did the conversion of optional arguments correctly.

Should something like "strftime(format[, tuple])" be converted using optional groups, or should tuple become a parameter with a default value? (so far, I have done the latter).

----------

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


More information about the Python-bugs-list mailing list