[webkit-reviews] review granted: [Bug 180611] [python] Replace print >> operator with print() function for python3 compatibility : [Attachment 328878] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 9 08:29:17 PST 2017


Michael Catanzaro <mcatanzaro at igalia.com> has granted Konstantin Tokarev
<annulen at yandex.ru>'s request for review:
Bug 180611: [python] Replace print >> operator with print() function for
python3 compatibility
https://bugs.webkit.org/show_bug.cgi?id=180611

Attachment 328878: Patch

https://bugs.webkit.org/attachment.cgi?id=328878&action=review




--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 328878
  --> https://bugs.webkit.org/attachment.cgi?id=328878
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=328878&action=review

OK, just watch webkitpy tests after it lands.

> Source/JavaScriptCore/Scripts/make-js-file-arrays.py:24
> +from __future__ import print_function

Do we have a plan for how to handle the migration for macOS? I expect python3
will just have to become a build requirement, right?


More information about the webkit-reviews mailing list