]> granicus.if.org Git - python/commit
Repair some accidents causing Windows failures:
authorTim Peters <tim.peters@gmail.com>
Thu, 16 Aug 2001 16:56:16 +0000 (16:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 16 Aug 2001 16:56:16 +0000 (16:56 +0000)
commit63a8d694768b48e67138f7de85d9acf590847560
tree27f798e12c8561e13f222fafc590741bbbd9437d
parent2f7045576d46eeee19258cb50c72b8edd25f299f
Repair some accidents causing Windows failures:
+ test_compare.  While None compares less than anything else, it's not
  always the case that None has the smallest id().
+ test_descr.  The output of %p (pointer) formats varies across platforms.
  In particular, on Windows it doesn't produce a leading "0x".
Lib/test/test_compare.py
Lib/test/test_descr.py