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.01:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390093397.49.0.813178482883.issue20177@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for timemodule.c. I have converted everything except: 

* ctime() uses the gettmarg() function. Converting gettmarg() itself doesn't seem possible to me (because it's not Python callable), and duplicating the functionality in a single complicated clinic section just for ctime() did not seem reasonable either.

* gmtime(), localtime(), ctime() use a the parse_time_t_args() utility function. I have not yet figured out how to replace this with argument clinic (sent a mail to python-dev about that).
History
Date User Action Args
2014-01-19 01:03:18nikratiosetrecipients: + nikratio, larry, skrah
2014-01-19 01:03:17nikratiosetmessageid: <1390093397.49.0.813178482883.issue20177@psf.upfronthosting.co.za>
2014-01-19 01:03:17nikratiolinkissue20177 messages
2014-01-19 01:03:17nikratiocreate