Bug 283143
| Summary: | Remove unused webkitpy.common.version_check | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Sneddon [:gsnedders]
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Sneddon [:gsnedders]
Pull request: https://github.com/WebKit/WebKit/pull/36669
Radar WebKit Bug Importer
<rdar://problem/140380247>
EWS
Committed 287297@main (d0c451f8291e): <https://commits.webkit.org/287297@main>
Reviewed commits have been landed. Closing PR #36669 and removing active labels.