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, jamesh, vstinner
Date 2010-07-02.23:26:08
SpamBayes Score 0.0021836646
Marked as misclassified No
Message-id <1278113171.22.0.70563476396.issue5288@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a patch against sandbox version of datetime.py.  With this patch, there is a single place where subminute offset is rejected, _check_utc_offset() function.  I have also added "whole minute" asserts in places where sub-minute part of the offset is discarded or assumed 0.
History
Date User Action Args
2010-07-02 23:26:11belopolskysetrecipients: + belopolsky, jamesh, vstinner
2010-07-02 23:26:11belopolskysetmessageid: <1278113171.22.0.70563476396.issue5288@psf.upfronthosting.co.za>
2010-07-02 23:26:09belopolskylinkissue5288 messages
2010-07-02 23:26:09belopolskycreate