[webkit-changes] [WebKit/WebKit] 91607f: Change xrange() to range() in jsonchecker.py
Commit Queue
noreply at github.com
Fri Sep 8 16:46:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 91607fdd1b5eec62907a2e7e7cb59d50e89f4820
https://github.com/WebKit/WebKit/commit/91607fdd1b5eec62907a2e7e7cb59d50e89f4820
Author: David Kilzer <ddkilzer at apple.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M Tools/Scripts/webkitpy/style/checkers/jsonchecker.py
Log Message:
-----------
Change xrange() to range() in jsonchecker.py
https://bugs.webkit.org/show_bug.cgi?id=261307
<rdar://115147068>
Reviewed by Elliott Williams.
* Tools/Scripts/webkitpy/style/checkers/jsonchecker.py:
(JSONFeaturesChecker.check):
- Change xrange() to range() for Python3.
Canonical link: https://commits.webkit.org/267816@main
More information about the webkit-changes
mailing list