WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
180612
[python] Modernize "except" usage for python3 compatibility
https://bugs.webkit.org/show_bug.cgi?id=180612
Summary
[python] Modernize "except" usage for python3 compatibility
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
Details
Formatted Diff
Diff
Patch
(96.47 KB, patch)
2017-12-09 09:14 PST
,
Konstantin Tokarev
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Konstantin Tokarev
Comment 1
2017-12-08 15:36:23 PST
Created
attachment 328880
[details]
Patch
Konstantin Tokarev
Comment 2
2017-12-09 09:14:34 PST
Created
attachment 328911
[details]
Patch
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
<
rdar://problem/35957679
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug