diff options
author | Guido van Rossum <guido@python.org> | 1998-10-02 01:19:48 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-10-02 01:19:48 (GMT) |
commit | 4581a0c07bf31301515462ef615768defe169484 (patch) | |
tree | 0f254cc079a7f68e71147c0226e4818f9d3ad0c8 /Lib/test/output | |
parent | 399f10cd667b35e2c02bae974b9cdcec6aae5022 (diff) | |
download | cpython-4581a0c07bf31301515462ef615768defe169484.zip cpython-4581a0c07bf31301515462ef615768defe169484.tar.gz cpython-4581a0c07bf31301515462ef615768defe169484.tar.bz2 |
New test_long.py from Tim Peters.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_long | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/output/test_long b/Lib/test/output/test_long index cff6cc8..41ecbce 100644 --- a/Lib/test/output/test_long +++ b/Lib/test/output/test_long @@ -1,5 +1,6 @@ test_long long / * % divmod long bit-operation identities -long str/hex/oct +long str/hex/oct/atol +long miscellaneous operations |