[Python-checkins] python/nondist/peps pep-0307.txt,1.15,1.16

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 07 Feb 2003 11:30:20 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv10902

Modified Files:
	pep-0307.txt 
Log Message:
Typo found by Aahz.


Index: pep-0307.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0307.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** pep-0307.txt	7 Feb 2003 18:11:29 -0000	1.15
--- pep-0307.txt	7 Feb 2003 19:30:15 -0000	1.16
***************
*** 202,206 ****
                   primarily used for dict subclasses, but may be used
                   by other classes as long as they implement
!                  __settitem__.
  
      Note: in Python 2.2 and before, when using cPickle, state would be
--- 202,206 ----
                   primarily used for dict subclasses, but may be used
                   by other classes as long as they implement
!                  __setitem__.
  
      Note: in Python 2.2 and before, when using cPickle, state would be