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 belopolsky
Recipients Dave Johansen, belopolsky, vstinner
Date 2017-08-16.21:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502920630.44.0.838214704279.issue31212@psf.upfronthosting.co.za>
In-reply-to
Content
On the second thought, a reasonable design can use datetime.min/max as placeholders for unknown times far in the past/future compensating for the lack datetime ±inf.  In this use case, it may be annoying to see errors from timestamp() instead of some ridiculously large values.

I am -0 on making this change.  If anyone is motivated to produce a patch - I'll review it, but I am not going to write it myself.

I am marking this "tests needed" because we need a test complete with setting an appropriate timezone that demonstrates this issue.
History
Date User Action Args
2017-08-16 21:57:10belopolskysetrecipients: + belopolsky, vstinner, Dave Johansen
2017-08-16 21:57:10belopolskysetmessageid: <1502920630.44.0.838214704279.issue31212@psf.upfronthosting.co.za>
2017-08-16 21:57:10belopolskylinkissue31212 messages
2017-08-16 21:57:10belopolskycreate