WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
267410
[build.webkit.org] Use python 3 f-strings
https://bugs.webkit.org/show_bug.cgi?id=267410
Summary
[build.webkit.org] Use python 3 f-strings
Aakash Jain
Reported
2024-01-11 07:35:47 PST
build.webkit.org 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 use some of the nice features which are Python 3 only, f-string being one of them. We should convert strings in build.webkit.org code to f-strings.
Attachments
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2024-01-11 07:47:46 PST
Pull request:
https://github.com/WebKit/WebKit/pull/22661
EWS
Comment 2
2024-01-11 09:05:16 PST
Committed
272914@main
(67ebfd0ad8d6): <
https://commits.webkit.org/272914@main
> Reviewed commits have been landed. Closing PR #22661 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-01-11 09:06:16 PST
<
rdar://problem/120848771
>
Aakash Jain
Comment 4
2024-01-18 04:10:47 PST
Re-opening for pull request
https://github.com/WebKit/WebKit/pull/22906
EWS
Comment 5
2024-01-18 04:15:21 PST
Committed
273175@main
(0a18be4d9678): <
https://commits.webkit.org/273175@main
> Reviewed commits have been landed. Closing PR #22906 and removing active labels.
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