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 georg.brandl
Recipients Alexander.Belopolsky, SilentGhost, Trundle, belopolsky, georg.brandl, l0nwlf, ned.deily, sandro.tosi, vstinner, wsanchez
Date 2011-01-02.23:29:07
SpamBayes Score 5.6420427e-05
Marked as misclassified No
Message-id <1294010956.93.0.342939520634.issue8013@psf.upfronthosting.co.za>
In-reply-to
Content
You cannot have both: a safe implementation and the correct behavior with glibc (not Linux!) -- except if you start special-casing.  Not sure that's worth it.

Note that time.asctime() is documented in time.rst to return a 24-character string, so what it currently returns with glibc is violating our docs as well.
History
Date User Action Args
2011-01-02 23:29:17georg.brandlsetrecipients: + georg.brandl, belopolsky, wsanchez, vstinner, ned.deily, Trundle, SilentGhost, sandro.tosi, Alexander.Belopolsky, l0nwlf
2011-01-02 23:29:16georg.brandlsetmessageid: <1294010956.93.0.342939520634.issue8013@psf.upfronthosting.co.za>
2011-01-02 23:29:07georg.brandllinkissue8013 messages
2011-01-02 23:29:07georg.brandlcreate