Bug 180612

Summary: [python] Modernize "except" usage for python3 compatibility
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: Tools / TestsAssignee: Konstantin Tokarev <annulen>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, cdumez, commit-queue, ews-watchlist, glenn, joepeck, keith_miller, lforschler, mark.lam, mcatanzaro, msaboff, rniwa, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Konstantin Tokarev
Reported 2017-12-08 15:34:13 PST
Converts except X, T to except X as T
Attachments
Patch (96.47 KB, patch)
2017-12-08 15:36 PST, Konstantin Tokarev
no flags
Patch (96.47 KB, patch)
2017-12-09 09:14 PST, Konstantin Tokarev
no flags
Konstantin Tokarev
Comment 1 2017-12-08 15:36:23 PST
Konstantin Tokarev
Comment 2 2017-12-09 09:14:34 PST
EWS Watchlist
Comment 3 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`)
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2017-12-10 13:11:23 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2017-12-10 13:12:26 PST
Note You need to log in before you can comment on or make changes to this bug.