]> granicus.if.org Git - python/commit
Fix the datetime comparison conundrum.
authorGuido van Rossum <guido@python.org>
Thu, 24 Aug 2006 17:29:38 +0000 (17:29 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Aug 2006 17:29:38 +0000 (17:29 +0000)
commit19960597adb65c9ecd33e4c3d320390eecd38625
treec6c521459bb3649bfde7dd670a23f95eb5c07188
parentb6bb0c79d98a45bdc550ae0ab2e774e5c3cf607a
Fix the datetime comparison conundrum.
The special-casing of other objects with a timetuple attribute is gone.
Let's hope Tim agrees.
Lib/test/test_datetime.py
Modules/datetimemodule.c