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 r.david.murray
Recipients ajaksu2, akuchling, barry, belopolsky, doerwalter, eric.araujo, python-dev, r.david.murray, tim.peters
Date 2012-08-22.01:39:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345599573.0.0.794388009054.issue665194@psf.upfronthosting.co.za>
In-reply-to
Content
Alexander, this slipped off my radar.

Some of the tests Brian added fail with the patch applied.  I fixed most of them by adding back the support for converting an aware datetime to an aware localtime.  The remaining two I believe are what you are fixing with this patch (in addition to converting to using astimezone for the current-localtime case).  So there I fixed the tests.

Hopefully I got this right, and hopefully you can find time to review it.  I'll probably check it in before the RC regardless, since it looks like an improvement to me.
History
Date User Action Args
2012-08-22 01:39:33r.david.murraysetrecipients: + r.david.murray, tim.peters, barry, akuchling, doerwalter, belopolsky, ajaksu2, eric.araujo, python-dev
2012-08-22 01:39:32r.david.murraysetmessageid: <1345599573.0.0.794388009054.issue665194@psf.upfronthosting.co.za>
2012-08-22 01:39:32r.david.murraylinkissue665194 messages
2012-08-22 01:39:31r.david.murraycreate