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 Alexander.Belopolsky, barry, belopolsky, pitrou, python-dev, r.david.murray, skrah, vstinner
Date 2012-11-05.01:12:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352077968.32.0.19201710738.issue15165@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is not related to the email module, but it is a Windows limitation: datetime.datetime(1970, 1, 1).timestamp() raises a same OverflowError.
History
Date User Action Args
2012-11-05 01:12:48vstinnersetrecipients: + vstinner, barry, belopolsky, pitrou, r.david.murray, skrah, Alexander.Belopolsky, python-dev
2012-11-05 01:12:48vstinnersetmessageid: <1352077968.32.0.19201710738.issue15165@psf.upfronthosting.co.za>
2012-11-05 01:12:48vstinnerlinkissue15165 messages
2012-11-05 01:12:47vstinnercreate