WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
237053
Use python 3 f-strings in EWS - part 1
https://bugs.webkit.org/show_bug.cgi?id=237053
Summary
Use python 3 f-strings in EWS - part 1
Aakash Jain
Reported
2022-02-22 13:13:55 PST
EWS code is python 3 only. If run on python 2, it print an error asking to use Python 3 and exits immediately. So, we can start using some of the nice features which are Python 3 only, f-string being one of them. We should convert strings in ews code to f-strings. Since there are lot of them, part 1 will deal with unit-tests.
Attachments
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2022-02-22 13:36:38 PST
Pull request:
https://github.com/WebKit/WebKit/pull/166
Aakash Jain
Comment 2
2022-02-23 03:49:48 PST
Landed
https://commits.webkit.org/247681@main
(
r290363
)!
Radar WebKit Bug Importer
Comment 3
2022-02-23 03:50:17 PST
<
rdar://problem/89348101
>
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