]> granicus.if.org Git - python/commit
Restore the comparisons that I initially put in the test but that Tim
authorGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 14:02:22 +0000 (14:02 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 14:02:22 +0000 (14:02 +0000)
commit779ce4a73a0277566ab1e9045da58d89c9cc4efb
tree1056b6f726f80710d8ba08ee4208b84258fdf771
parent998a40a6d40a4ee5272f8683fbc3e9c801867fca
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.
Lib/test/test_descr.py