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 belopolsky, ethan.furman, mark.dickinson, r.david.murray, tbarbugli
Date 2015-02-25.15:13:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424877208.25.0.162845303414.issue23517@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like it was an intentional change.  See #14180 (changeset 75590:1e9cc1a03365).

I am not sure what the motivation was. Note that this change made utcfromtimestamp(t) different from datetime(1970,1,1) + timedelta(seconds=t).
History
Date User Action Args
2015-02-25 15:13:28belopolskysetrecipients: + belopolsky, mark.dickinson, r.david.murray, ethan.furman, tbarbugli
2015-02-25 15:13:28belopolskysetmessageid: <1424877208.25.0.162845303414.issue23517@psf.upfronthosting.co.za>
2015-02-25 15:13:28belopolskylinkissue23517 messages
2015-02-25 15:13:27belopolskycreate