Changes between Version 1 and Version 2 of Ticket #1280, comment 14
- Timestamp:
- 2013-07-14T16:21:40Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1280, comment 14
v1 v2 1 Short of reading the stdlib source code, I don't know the set of exceptions that {{{pickle.load}}} can raise. I'd be open to changing it so that the {{{ catchException}}} is only around the {{{pickle.load}}} call, though. Perhaps something like:1 Short of reading the stdlib source code, I don't know the set of exceptions that {{{pickle.load}}} can raise. I'd be open to changing it so that the {{{try ... except Exception}}} is only around the {{{pickle.load}}} call, though. Perhaps something like: 2 2 3 3 {{{