Use Python 3 syntax for except statement with named exception. This was
produced by running futurize's stage1 lib2to3.fixes.fix_except.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67807
[LNT] Python 3 support: Fix except with named exception ClosedPublic Authored by thopre on Sep 20 2019, 1:26 AM.
Details Summary Use Python 3 syntax for except statement with named exception. This was
Diff Detail
Event Timelinethopre added a parent revision: D67806: [LNT] Python 3 support: get rid of apply builtin function.Sep 20 2019, 1:27 AM This revision is now accepted and ready to land.Sep 20 2019, 8:31 AM Closed by commit rL372472: [LNT] Python 3 support: Fix except with named exception (authored by thopre). · Explain WhySep 21 2019, 8:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 221173 lnt/trunk/lnt/tests/compile.py
|