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

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Fri, 11 Jun 1999 13:53:07 -0400 (EDT)


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

Modified Files:
      Tag: string_methods
	stringobject.c 
Log Message:
Get rid of splitfields as a method on string objects (only split is
supported as a method, splitfields still exists in the string module).

startswith(), endswith(): extended optional arguments start and end
delineates the substring to compare.