[Python-checkins] CVS: python/dist/src/Lib stringold.py,1.45,1.46

Eric S. Raymond esr@users.sourceforge.net
Fri, 09 Feb 2001 08:56:46 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv5725

Modified Files:
	stringold.py 
Log Message:
String method conversion.


Index: stringold.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/stringold.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** stringold.py	2000/07/16 12:04:30	1.45
--- stringold.py	2001/02/09 16:56:44	1.46
***************
*** 396,400 ****
      for i in range(len(fromstr)):
          L[fromstr[i]] = tostr[i]
!     return joinfields(L, "")
  
  # Substring replacement (global)
--- 396,400 ----
      for i in range(len(fromstr)):
          L[fromstr[i]] = tostr[i]
!     return join(L, "")
  
  # Substring replacement (global)