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 tim.peters
Recipients docs@python, jerrykramskoy, louielu, matrixise, steve.dower, tim.peters
Date 2017-10-11.16:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507738940.53.0.213398074469.issue31327@psf.upfronthosting.co.za>
In-reply-to
Content
Since this is a pretty common gotcha, I'd prefer to add it as an example to the text I already quoted; e.g., add:

"""
For example, the native Windows C libraries do not support times before the epoch, and `localtime(n)` for negative `n` raises `OSError` on Windows.
"""
History
Date User Action Args
2017-10-11 16:22:20tim.peterssetrecipients: + tim.peters, docs@python, steve.dower, matrixise, louielu, jerrykramskoy
2017-10-11 16:22:20tim.peterssetmessageid: <1507738940.53.0.213398074469.issue31327@psf.upfronthosting.co.za>
2017-10-11 16:22:20tim.peterslinkissue31327 messages
2017-10-11 16:22:20tim.peterscreate