[Python-checkins] CVS: python/dist/src/Include floatobject.h

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Thu, 10 Jun 1999 18:30:33 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Include
In directory anthem:/projects/python/develop/bwarsaw/src/Include

Modified Files:
      Tag: string_methods
	floatobject.h 
Log Message:
PyFloat_FromString(): New function which converts a string to a float, 
also returning the character position at the end of the
representation.  (this checkin also tests the new string_methods
branch)