]> granicus.if.org Git - python/commit
Added test of complex() (that catches a bug in 1.4!).
authorGuido van Rossum <guido@python.org>
Mon, 31 Mar 1997 17:13:17 +0000 (17:13 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 31 Mar 1997 17:13:17 +0000 (17:13 +0000)
commitdddf7a6fb4f2486a5fbb06acafb3223424e95145
tree3fc313381ba9fb8bc53dc089dcb13b306e584ba0
parent8d2893b5b20233785e959d14e6939483feed2933
Added test of complex() (that catches a bug in 1.4!).

Added test that ensures that int() and long() truncate float numbers
towards zero.
Lib/test/test_b1.py