[Python-checkins] python/dist/src/Lib UserString.py,1.17,1.17.10.1

theller at users.sourceforge.net theller at users.sourceforge.net
Wed Aug 27 04:49:36 EDT 2003


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

Modified Files:
      Tag: release23-maint
	UserString.py 
Log Message:
Remove a typo.


Index: UserString.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/UserString.py,v
retrieving revision 1.17
retrieving revision 1.17.10.1
diff -C2 -d -r1.17 -r1.17.10.1
*** UserString.py	10 Apr 2003 22:35:31 -0000	1.17
--- UserString.py	27 Aug 2003 10:49:34 -0000	1.17.10.1
***************
*** 133,137 ****
      people from inventing their own mutable string class derived
      from UserString and than forget thereby to remove (override) the
!     __hash__ method inherited from ^UserString.  This would lead to
      errors that would be very hard to track down.
  
--- 133,137 ----
      people from inventing their own mutable string class derived
      from UserString and than forget thereby to remove (override) the
!     __hash__ method inherited from UserString.  This would lead to
      errors that would be very hard to track down.
  





More information about the Python-checkins mailing list