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, mark.dickinson, vstinner
Date 2010-07-04.20:30:11
SpamBayes Score 0.013237214
Marked as misclassified No
Message-id <1278275420.16.0.904913676204.issue5288@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a rough patch which removes timedelta -> int minutes -> timedelta round trips from utcoffset handling code.  I think the result is an improvement, but needs more polishing.

Mark,

Do you think this is worth pursuing?  I am not intending to add support for sub-minute offsets yet, just pass offsets around as timedeltas internally without unnecessary conversions to int and back.
History
Date User Action Args
2010-07-04 20:30:20belopolskysetrecipients: + belopolsky, jamesh, mark.dickinson, vstinner
2010-07-04 20:30:20belopolskysetmessageid: <1278275420.16.0.904913676204.issue5288@psf.upfronthosting.co.za>
2010-07-04 20:30:17belopolskylinkissue5288 messages
2010-07-04 20:30:16belopolskycreate