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
Date 2010-06-15.15:52:45
SpamBayes Score 0.005863664
Marked as misclassified No
Message-id <1276617170.01.0.394704824446.issue9000@psf.upfronthosting.co.za>
In-reply-to
Content
Recently added datetime.timezone class does not have a custom repr, so one gets

>>> timezone.utc
<datetime.timezone object at 0x100681ef0>

instead of parseable

datetime.timezone(datetime.timedelta(0))

This is inconsistent with the way other classes in datetime module behave.
History
Date User Action Args
2010-06-15 15:52:50belopolskysetrecipients: + belopolsky
2010-06-15 15:52:50belopolskysetmessageid: <1276617170.01.0.394704824446.issue9000@psf.upfronthosting.co.za>
2010-06-15 15:52:46belopolskylinkissue9000 messages
2010-06-15 15:52:45belopolskycreate