• Tim Peters's avatar
    Repair some accidents causing Windows failures: · 63a8d694
    Tim Peters authored
    + 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".
    63a8d694
test_descr.py 27.5 KB