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

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


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

Modified Files:
      Tag: string_methods
	intobject.h 
Log Message:
PyInt_FromString(): New function which converts a string to an integer
in a given base, also returning the character position at the end of
the representation.