[Python-checkins] CVS: python/dist/src/Objects floatobject.c

Guido van Rossum guido@cnri.reston.va.us
Fri, 12 Mar 1999 14:43:19 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Objects
In directory eric:/projects/python/develop/guido/src/Objects

Modified Files:
	floatobject.c 
Log Message:
Vladimir has restructured his code somewhat so that the blocks are now 
represented by an explicit structure.  (There are still too many casts 
in the code, but that may be unavoidable.)

Also added code so that with -vv it is very chatty about what it does.