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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20177>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to