[Python-checkins] python/nondist/peps pep-0307.txt,1.13,1.14

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 06 Feb 2003 12:38:34 -0800


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

Modified Files:
	pep-0307.txt 
Log Message:
Intro:  make explicit that the new protocol is to be introduced with 2.3.


Index: pep-0307.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0307.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** pep-0307.txt	6 Feb 2003 20:35:00 -0000	1.13
--- pep-0307.txt	6 Feb 2003 20:38:30 -0000	1.14
***************
*** 15,20 ****
      Pickling new-style objects in Python 2.2 is done somewhat clumsily
      and causes pickle size to bloat compared to classic class
!     instances.  This PEP documents a new pickle protocol that takes
!     care of this and many other pickle issues.
  
      There are two sides to specifying a new pickle protocol: the byte
--- 15,20 ----
      Pickling new-style objects in Python 2.2 is done somewhat clumsily
      and causes pickle size to bloat compared to classic class
!     instances.  This PEP documents a new pickle protocol in Python 2.3
!     that takes care of this and many other pickle issues.
  
      There are two sides to specifying a new pickle protocol: the byte