Changes between Initial Version and Version 1 of Ticket #19827, comment 4


Ignore:
Timestamp:
Feb 23, 2013, 7:21:56 AM (11 years ago)
Author:
regebro

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19827, comment 4

    initial v1  
    1 Since all that is done here is a reraise, there is no need to `raise e` as all, a simple `raise` will work, both on Python 2 and Python 3 and include the stack trace.
Back to Top