[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.30,1.31

Guido van Rossum python-dev@python.org
Thu, 5 Oct 2000 17:10:58 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5035

Modified Files:
	pep-0042.txt 
Log Message:
Add pickle/cPickle exception wish.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** pep-0042.txt	2000/10/05 15:36:34	1.30
--- pep-0042.txt	2000/10/06 00:10:56	1.31
***************
*** 177,180 ****
--- 177,185 ----
        http://sourceforge.net/bugs/?func=detailbug&bug_id=110834&group_id=5470
  
+     - The exceptions raised by pickle and cPickle are currently
+       different; these should be unified (probably the exceptions
+       should be defined in a helper module that's imported by both).
+       [No bug report; I just thought of this.]
+ 
  Tools