This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikratio
Recipients larry, nikratio, skrah
Date 2014-01-19.03:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390103899.02.0.265654491174.issue20177@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-01-19 03:58:19nikratiosetrecipients: + nikratio, larry, skrah
2014-01-19 03:58:19nikratiosetmessageid: <1390103899.02.0.265654491174.issue20177@psf.upfronthosting.co.za>
2014-01-19 03:58:19nikratiolinkissue20177 messages
2014-01-19 03:58:18nikratiocreate