[Python-checkins] python/dist/src/Lib UserDict.py,1.22,1.23
bwarsaw@users.sourceforge.net
bwarsaw@users.sourceforge.net
2003年1月30日 19:30:12 -0800
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv29574
Modified Files:
UserDict.py
Log Message:
typo in comment
Index: UserDict.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/UserDict.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** UserDict.py 22 Jan 2003 01:39:06 -0000 1.22
--- UserDict.py 31 Jan 2003 03:30:09 -0000 1.23
***************
*** 78,82 ****
# and keys. Without knowledge of the subclass constructor, the mixin
# does not define __init__() or copy(). In addition to the four base
! # methods, progessively more efficiency comes with defining
# __contains__(), __iter__(), and iteritems().
--- 78,82 ----
# and keys. Without knowledge of the subclass constructor, the mixin
# does not define __init__() or copy(). In addition to the four base
! # methods, progressively more efficiency comes with defining
# __contains__(), __iter__(), and iteritems().