Changes between Version 1 and Version 2 of Ticket #1280, comment 14


Ignore:
Timestamp:
2013-07-14T16:21:40Z (11 years ago)
Author:
daira
Comment:

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 {{{catch Exception}}} is only around the {{{pickle.load}}} call, though. Perhaps something like:
     1Short 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:
    22
    33{{{