[Python-checkins] python/dist/src/Lib string.py,1.68,1.69

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Fri Oct 3 10:05:28 EDT 2003


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

Modified Files:
	string.py 
Log Message:
tweak the docstring to not be so focused on 1.6.



Index: string.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/string.py,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** string.py	10 Apr 2003 22:35:31 -0000	1.68
--- string.py	3 Oct 2003 14:05:26 -0000	1.69
***************
*** 1,8 ****
! """A collection of string operations (most are no longer used in Python 1.6).
  
! Warning: most of the code you see here isn't normally used nowadays.  With
! Python 1.6, many of these functions are implemented as methods on the
! standard string object. They used to be implemented by a built-in module
! called strop, but strop is now obsolete itself.
  
  Public module variables:
--- 1,8 ----
! """A collection of string operations (most are no longer used).
  
! Warning: most of the code you see here isn't normally used nowadays.
! Beginning with Python 1.6, many of these functions are implemented as
! methods on the standard string object. They used to be implemented by
! a built-in module called strop, but strop is now obsolete itself.
  
  Public module variables:





More information about the Python-checkins mailing list