[Webkit-unassigned] [Bug 114717] Web Inspector: make generate-inspector-protocol-version work with python3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 17 12:44:00 PDT 2013


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





--- Comment #5 from Sergio Correia <sergio.correia at openbossa.org>  2013-04-17 12:42:17 PST ---
(In reply to comment #4)
> (From update of attachment 198459 [details])
> I assume this works with older python versions still?

Yup, it keeps working with python2 as expected, since that is what is officially supported.

I had some odd setup in here when it crashed on me, and since I saw revision
https://bugs.webkit.org/show_bug.cgi?id=106194, I thought to keep it working with python3, assuming someone uses it somehow.

All in all, this patch merely makes the file more consistent, since we already have sys.stderr.write, and now sys.stdout.write too.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list