RESOLVED FIXED 283143
Remove unused webkitpy.common.version_check
https://bugs.webkit.org/show_bug.cgi?id=283143
Summary Remove unused webkitpy.common.version_check
Sam Sneddon [:gsnedders]
Reported 2024-11-14 15:37:10 PST
This is obviously nonsense, years after we supported Python 3 everywhere: if sys.version < '2.7' or sys.version >= '2.8': print("Unsupported Python version: WebKit only supports 2.7.x, and you're running %s." % sys.version.split()[0], file=sys.stderr) https://github.com/WebKit/WebKit/blob/dbef21b6b3541049e000ee180ae34ec600896d89/Tools/Scripts/webkitpy/common/version_check.py#L32-L33 237870@main removed the last reference to this.
Attachments
Sam Sneddon [:gsnedders]
Comment 1 2024-11-14 15:40:17 PST
Radar WebKit Bug Importer
Comment 2 2024-11-21 15:38:13 PST
EWS
Comment 3 2024-12-03 11:35:07 PST
Committed 287297@main (d0c451f8291e): <https://commits.webkit.org/287297@main> Reviewed commits have been landed. Closing PR #36669 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.