[Python-checkins] python/nondist/peps pep-0307.txt,1.7,1.8

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 04 Feb 2003 06:50:26 -0800


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

Modified Files:
	pep-0307.txt 
Log Message:
Fix crucial typo found by Niki Spahiev.


Index: pep-0307.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0307.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pep-0307.txt	3 Feb 2003 20:22:23 -0000	1.7
--- pep-0307.txt	4 Feb 2003 14:50:23 -0000	1.8
***************
*** 262,266 ****
  
      When __reduce__ exists, __getstate__ is not called (unless your
!     __reduce__ implementation calls it), but __getstate__ will be
      called with the third item from the tuple returned by __reduce__,
      if not None.
--- 262,266 ----
  
      When __reduce__ exists, __getstate__ is not called (unless your
!     __reduce__ implementation calls it), but __setstate__ will be
      called with the third item from the tuple returned by __reduce__,
      if not None.