Opened at 2019-03-28T11:38:35Z
Closed at 2019-04-11T11:57:09Z
#3013 closed defect (fixed)
Update try/except syntax for python3 compatibility
Reported by: | heartsucker | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | 1.12.1 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Instances of except SomeError, e: need to be updated to except SomeError as e:
Change History (2)
comment:1 Changed at 2019-03-28T12:10:49Z by heartsucker
comment:2 Changed at 2019-04-11T11:57:09Z by heartsucker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/tahoe-lafs/tahoe-lafs/pull/587