[Webkit-unassigned] [Bug 237053] New: Use python 3 f-strings in EWS - part 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 13:13:55 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=237053

            Bug ID: 237053
           Summary: Use python 3 f-strings in EWS - part 1
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220222/d33e3428/attachment.htm>


More information about the webkit-unassigned mailing list