[Webkit-unassigned] [Bug 156674] Build tools should work when the /usr/bin/python is python3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 14:38:30 PST 2018


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

Mike Gorse <mgorse at suse.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mgorse at suse.com

--- Comment #2 from Mike Gorse <mgorse at suse.com> ---
Created attachment 335141

  --> https://bugs.webkit.org/attachment.cgi?id=335141&action=review

First pass

I needed to be able to build WebKit using python 3, so I made a patch (running 2to3 along with some manual changes).

In some cases, it wasn't clear to me whether files needed to be opened with "wb", since they appear to be text, though I figured that the "b" might be there for a reason and left things as they were, though opening the file as text would allow a str to be passed to write().
Similarly, I'm guessing that there's a better way to handle jsmin.py.

-- 
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/20180306/affb1b7c/attachment.html>


More information about the webkit-unassigned mailing list