Bug 180612 - [python] Modernize "except" usage for python3 compatibility
Summary: [python] Modernize "except" usage for python3 compatibility
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Konstantin Tokarev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-08 15:34 PST by Konstantin Tokarev
Modified: 2017-12-10 13:12 PST (History)
14 users (show)

See Also:


Attachments
Patch (96.47 KB, patch)
2017-12-08 15:36 PST, Konstantin Tokarev
no flags Details | Formatted Diff | Diff
Patch (96.47 KB, patch)
2017-12-09 09:14 PST, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2017-12-08 15:34:13 PST
Converts except X, T to except X as T
Comment 1 Konstantin Tokarev 2017-12-08 15:36:23 PST
Created attachment 328880 [details]
Patch
Comment 2 Konstantin Tokarev 2017-12-09 09:14:34 PST
Created attachment 328911 [details]
Patch
Comment 3 EWS Watchlist 2017-12-09 09:16:54 PST
This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)
Comment 4 WebKit Commit Bot 2017-12-10 13:11:22 PST
Comment on attachment 328911 [details]
Patch

Clearing flags on attachment: 328911

Committed r225733: <https://trac.webkit.org/changeset/225733>
Comment 5 WebKit Commit Bot 2017-12-10 13:11:23 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2017-12-10 13:12:26 PST
<rdar://problem/35957679>