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 skip.montanaro
Recipients
Date 2005-10-22.21:01:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

Based on inputs from python-dev I removed conversions of and
comparisons with datetime.date and datetime.time objects. I
also tweaked it to work with Python 2.2 through Python 2.5
(datetime support is unavailable in Python2.2).  New patch is
attached.  I'd simply check this in except I've not done
anything with rich comparisons before.

Assigning to Fred since he's familiar with the code.

History
Date User Action Args
2007-08-23 15:44:15adminlinkissue1330538 messages
2007-08-23 15:44:15admincreate