[Python-checkins] python/nondist/peps pep-0307.txt,NONE,1.1 pep-0000.txt,1.226,1.227

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 31 Jan 2003 11:12:56 -0800


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

Modified Files:
	pep-0000.txt 
Added Files:
	pep-0307.txt 
Log Message:
Claim PEP 307 for extensions to the pickle protocol.


--- NEW FILE: pep-0307.txt ---
PEP: 307
Title: Extensions to the pickle protocol
Version: $Revision: 1.1 $
Last-Modified: $Date: 2003/01/31 19:12:53 $
Author: Guido van Rossum, Tim Peters
Status: Active
Type: Standards Track
Content-Type: text/plain
Created: 31-Jan-2003
Post-History: None


Introduction

    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 pickling issues.

    (XXX The rest of this PEP is TBD.)


Copyright

    This document has been placed in the public domain.



Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.226
retrieving revision 1.227
diff -C2 -d -r1.226 -r1.227
*** pep-0000.txt	29 Jan 2003 15:07:58 -0000	1.226
--- pep-0000.txt	31 Jan 2003 19:12:52 -0000	1.227
***************
*** 109,112 ****
--- 109,113 ----
   I   305  CSV File API                                 Montanaro, et al
   I   306  How to Change Python's Grammar               Hudson
+  S   307  Extensions to the pickle protocol            GvR, Peters
  
   Finished PEPs (done, implemented in CVS)
***************
*** 305,308 ****
--- 306,310 ----
   I   305  CSV File API                                 Montanaro, et al
   I   306  How to Change Python's Grammar               Hudson
+  S   307  Extensions to the pickle protocol            GvR, Peters
   SR  666  Reject Foolish Indentation                   Creighton