[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3013: Update try/except syntax for python3 compatibility
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Mar 28 11:38:35 UTC 2019
#3013: Update try/except syntax for python3 compatibility
-------------------------+----------------------------------
Reporter: heartsucker | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Support Python 3
Component: unknown | Version: 1.12.1
Keywords: | Launchpad Bug:
-------------------------+----------------------------------
Instances of `except SomeError, e:` need to be updated to `except
SomeError as e:`
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3013>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list