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, benjamin.peterson, jcea, jftuga, lanhel, r.david.murray, ronaldoussoren, skrah
Date 2012-09-20.03:21:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348111319.41.0.628148556159.issue15973@psf.upfronthosting.co.za>
In-reply-to
Content
> What about datetime subclasses?

Do you mean timezone subclasses?  Timezone type is not subclassable, but we should probably support comparison with any tzinfo subclass.  I'll add this logic, but arguably that would be a new feature.
History
Date User Action Args
2012-09-20 03:21:59belopolskysetrecipients: + belopolsky, jcea, ronaldoussoren, benjamin.peterson, r.david.murray, skrah, jftuga, lanhel
2012-09-20 03:21:59belopolskysetmessageid: <1348111319.41.0.628148556159.issue15973@psf.upfronthosting.co.za>
2012-09-20 03:21:58belopolskylinkissue15973 messages
2012-09-20 03:21:58belopolskycreate