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 vstinner
Recipients vstinner
Date 2017-09-04.19:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504552974.57.0.775657503771.issue31339@psf.upfronthosting.co.za>
In-reply-to
Content
Attached PR backports (and adapts) the _asctime() function from the master branch to Python 2.7, so time.asctime() and time.ctime() don't call asctime() and ctime() functions of the external C library, but use portable and safe C code.
History
Date User Action Args
2017-09-04 19:22:54vstinnersetrecipients: + vstinner
2017-09-04 19:22:54vstinnersetmessageid: <1504552974.57.0.775657503771.issue31339@psf.upfronthosting.co.za>
2017-09-04 19:22:54vstinnerlinkissue31339 messages
2017-09-04 19:22:54vstinnercreate