Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12385, comment 2


Ignore:
Timestamp:
Mar 17, 2016, 8:30:33 AM (8 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12385, comment 2

    initial v1  
    4949ValueError: ***
    5050}}}
     51If we indeed re-raise a caught exception, I think we should use `err = sys.exc_info()` and `raise err[0], err[1], err[2]`.