]> granicus.if.org Git - python/commit
The Python implementation of datetime was changed in ways that no longer
authorTim Peters <tim.peters@gmail.com>
Sat, 8 Feb 2003 03:46:31 +0000 (03:46 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 8 Feb 2003 03:46:31 +0000 (03:46 +0000)
commit68124bb771697104add6c850139684729e2e6777
tree04446c0439bb4b7c8d8ebfe1e8c4634887bc12ea
parentaa7d849c7a915d6211c3dd004a038b7191c6b3fe
The Python implementation of datetime was changed in ways that no longer
tickle the 2.2.2 __cmp__ bug test_datetime used to tickle, so the
workarounds for that bug no longer make sense in the test suite (which I'm
still trying to keep as closely in synch as possible with Zope3's
version).
Lib/test/test_datetime.py