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
Aakash Jain
Comment 1 2022-02-22 13:36:38 PST
Aakash Jain
Comment 2 2022-02-23 03:49:48 PST
Radar WebKit Bug Importer
Comment 3 2022-02-23 03:50:17 PST
Note You need to log in before you can comment on or make changes to this bug.