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, jftuga, lanhel, ronaldoussoren, skrah
Date 2012-09-19.18:45:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348080334.82.0.170977769799.issue15973@psf.upfronthosting.co.za>
In-reply-to
Content
I cannot reproduce on a Mac with py3k tip.

Python 3.3.0rc2+ (default:19c74cadea95, Sep 19 2012, 14:39:07) 
[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.61)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> None == datetime.timezone(datetime.timedelta())
False

Can anyone reproduce in a debug build and post a stack trace?
History
Date User Action Args
2012-09-19 18:45:34belopolskysetrecipients: + belopolsky, ronaldoussoren, skrah, jftuga, lanhel
2012-09-19 18:45:34belopolskysetmessageid: <1348080334.82.0.170977769799.issue15973@psf.upfronthosting.co.za>
2012-09-19 18:45:34belopolskylinkissue15973 messages
2012-09-19 18:45:34belopolskycreate