From 83df1616c7aa37a55c3fae4d9d0e38536883b25a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 6 Oct 2000 00:10:56 +0000 Subject: [PATCH] Add pickle/cPickle exception wish. --- pep-0042.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index 6fba76395..4b12827e3 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -176,6 +176,11 @@ Standard Library 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 - IDLE should reload & recompile modules changed externally. To