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

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Thu, 10 Jun 1999 19:16:58 -0400 (EDT)


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

Modified Files:
      Tag: string_methods
	bltinmodule.c 
Log Message:
float(): also supports string.atof() functionality

int(): supports string.atoi()'s ability to convert a string to an
optional base

long(): supports string.atol()'s ability to convert a string to an
optional base