Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cccd00688012d25c2cac5d6aa11b86f937927770
      
https://github.com/WebKit/WebKit/commit/cccd00688012d25c2cac5d6aa11b86f937927770
  Author: Mike Gorse <[email protected]>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M Source/WebKit/Scripts/glib/generate-api-header.py

  Log Message:
  -----------
  Fix build failure with python 3.6
https://bugs.webkit.org/show_bug.cgi?id=252265

Reviewed by Michael Catanzaro.

For subprocess.popen, the text keyword was added in python 3.7 as an
easier-to-understand replacement for universal_newlines.

* Source/WebKit/Scripts/glib/generate-api-header.py: text -> universal_newlines.

Canonical link: https://commits.webkit.org/260357@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to