NEW201142
[Meta][PY3] Make webkitpy.style Python 2 and 3 compatible
https://bugs.webkit.org/show_bug.cgi?id=201142
Summary [Meta][PY3] Make webkitpy.style Python 2 and 3 compatible
Don Olmstead
Reported 2019-08-26 11:45:52 PDT
Currently the code in webkitpy is not Python 3 compatible. There are a number of tools available for upgrading Python 2 code to be compatible with Python 3. There are also some manual steps required. This bug is meant to see what the automated tools do and how reliable they are. If successful the individual steps here can be used to upgrade the rest of the Python 2 code to be compatible with 3.
Attachments
pylint style lints for webkitpy.style (557.70 KB, text/plain)
2019-08-26 11:49 PDT, Don Olmstead
no flags
pylint style lints for python 3 compatibility for webkitpy.style (30.75 KB, text/plain)
2019-08-26 11:50 PDT, Don Olmstead
no flags
Don Olmstead
Comment 1 2019-08-26 11:49:04 PDT
Created attachment 377256 [details] pylint style lints for webkitpy.style Here's a list of all reported issues from pylint. `pylint --py3k ./Tools/Scripts/webkitpy/style`
Don Olmstead
Comment 2 2019-08-26 11:50:52 PDT
Created attachment 377257 [details] pylint style lints for python 3 compatibility for webkitpy.style Here's a list of all python 3 compatibility issue `pylint --py3k ./Tools/Scripts/webkitpy/style`
Don Olmstead
Comment 3 2019-08-26 11:51:21 PDT
(In reply to Don Olmstead from comment #1) > Created attachment 377256 [details] > pylint style lints for webkitpy.style > > Here's a list of all reported issues from pylint. > > `pylint --py3k ./Tools/Scripts/webkitpy/style` Wish bugzilla allowed editing... `pylint ./Tools/Scripts/webkitpy/style` is the actual command.
Note You need to log in before you can comment on or make changes to this bug.