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

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Tue, 15 Jun 1999 16:01:15 -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:
(join__doc__): fix typo found by Tim

string_endswith(): Fixed end case bug found by Tim.