Title: [284005] trunk/Tools
Revision
284005
Author
jbed...@apple.com
Date
2021-10-12 12:39:03 -0700 (Tue, 12 Oct 2021)

Log Message

[Python-3] Invoke webkit-patch with Python 3 by default
https://bugs.webkit.org/show_bug.cgi?id=231591
<rdar://problem/84153640>

Reviewed by Michael Catanzaro.

* Scripts/webkit-patch: Change shebang to Python 3.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (284004 => 284005)


--- trunk/Tools/ChangeLog	2021-10-12 19:37:31 UTC (rev 284004)
+++ trunk/Tools/ChangeLog	2021-10-12 19:39:03 UTC (rev 284005)
@@ -1,3 +1,13 @@
+2021-10-12  Jonathan Bedard  <jbed...@apple.com>
+
+        [Python-3] Invoke webkit-patch with Python 3 by default
+        https://bugs.webkit.org/show_bug.cgi?id=231591
+        <rdar://problem/84153640>
+
+        Reviewed by Michael Catanzaro.
+
+        * Scripts/webkit-patch: Change shebang to Python 3.
+
 2021-10-12  Yusuke Suzuki  <ysuz...@apple.com>
 
         Unreviewed, run-benchmark fix after r283936

Modified: trunk/Tools/Scripts/webkit-patch (284004 => 284005)


--- trunk/Tools/Scripts/webkit-patch	2021-10-12 19:37:31 UTC (rev 284004)
+++ trunk/Tools/Scripts/webkit-patch	2021-10-12 19:39:03 UTC (rev 284005)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2011 Code Aurora Forum. All rights reserved.
 # Copyright (c) 2010 Google Inc. All rights reserved.
 # Copyright (c) 2009 Apple Inc. All rights reserved.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to