Update of /projects/cvsroot/python/dist/src/Lib In directory monty:/usr/people/guido/python/src/Lib Modified Files: string.py Log Message: Changed my mind on replace(). It's now replace(str, old, new, maxsplit=0). Note new ordering of parameters (string first); this is more consistent with translate(). --Guido van Rossum (home page: http://www.python.org/~guido/)