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 christian.heimes
Recipients belopolsky, brian.curtin, catherine, christian.heimes, cvrebert, docs@python
Date 2012-09-28.12:45:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348836326.8.0.0767805464481.issue9650@psf.upfronthosting.co.za>
In-reply-to
Content
If we want to archive platform independence from the libc's strftime() and strptime() function and its bugs, we could include our own implementation. Or rather than writing our own code we may be able to include some working and well tested code.

BSD's libc contains the functions. Its license should allow the inclusion into Python core. http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/stdtime/

If you like my idea we should discuss it on python-ideas and start a new tracker entry.
History
Date User Action Args
2012-09-28 12:45:26christian.heimessetrecipients: + christian.heimes, belopolsky, brian.curtin, cvrebert, docs@python, catherine
2012-09-28 12:45:26christian.heimessetmessageid: <1348836326.8.0.0767805464481.issue9650@psf.upfronthosting.co.za>
2012-09-28 12:45:26christian.heimeslinkissue9650 messages
2012-09-28 12:45:26christian.heimescreate