[Python-checkins] CVS: python/dist/src/Lib string.py

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Mon, 28 Jun 1999 19:20:55 -0400 (EDT)


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

Modified Files:
      Tag: string_methods
	string.py 
Log Message:
If string objects do not have methods, then do a "from stringold
import *" to get all the old implementations of string module
functions.

This is only transitional until string methods are accepted into the
main branch.