CVS: 'python/dist/src/Lib/test test_b1.py'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Mon, 31 Mar 1997 12:13:19 -0500


Update of /projects/cvsroot/python/dist/src/Lib/test
In directory monty:/usr/people/guido/python/src/Lib/test

Modified Files:
	test_b1.py 
Log Message:
Added test of complex() (that catches a bug in 1.4!).

Added test that ensures that int() and long() truncate float numbers
towards zero.

--Guido van Rossum (home page: http://www.python.org/~guido/)