commit | 63a8d694768b48e67138f7de85d9acf590847560 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Aug 16 16:56:16 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Aug 16 16:56:16 2001 +0000 |
tree | 27f798e12c8561e13f222fafc590741bbbd9437d | |
parent | 2f7045576d46eeee19258cb50c72b8edd25f299f [diff] |
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".