Opened at 2019-03-28T12:17:17Z
Closed at 2019-04-11T11:57:27Z
#3014 closed defect (fixed)
Update raise syntax for python3 compatibility
Reported by: | heartsucker | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
PEP 3109 says (basically) raise should be raise E(arg1) not raise E, arg
Change History (2)
comment:1 Changed at 2019-03-28T12:23:52Z by heartsucker
comment:2 Changed at 2019-04-11T11:57:27Z 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/588