commit | 779ce4a73a0277566ab1e9045da58d89c9cc4efb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 11 14:02:22 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 11 14:02:22 2001 +0000 |
tree | 1056b6f726f80710d8ba08ee4208b84258fdf771 | |
parent | 998a40a6d40a4ee5272f8683fbc3e9c801867fca [diff] |
Restore the comparisons that I initially put in the test but that Tim XXX'ed out. Turns out that after fixing the constructors, the comparisons in fact succeed. E.g. int(hexint(12345)) returns an int with value 12345.