Add pickle/cPickle exception wish.
This commit is contained in:
parent
d66e9cb167
commit
83df1616c7
|
@ -176,6 +176,11 @@ Standard Library
|
||||||
|
|
||||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=110834&group_id=5470
|
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
|
Tools
|
||||||
|
|
||||||
- IDLE should reload & recompile modules changed externally. To
|
- IDLE should reload & recompile modules changed externally. To
|
||||||
|
|
Loading…
Reference in New Issue