Add pickle/cPickle exception wish.

This commit is contained in:
Guido van Rossum 2000-10-06 00:10:56 +00:00
parent d66e9cb167
commit 83df1616c7
1 changed files with 5 additions and 0 deletions

View File

@ -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