-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Porting Python2 to Python3" recommends tools that no longer support Python2 #114785
Labels
docs
Documentation in the Doc dir
Comments
Is it time to retire this page entirely? There are plenty of sources available online that are kept more up-to-date. |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Jan 31, 2024
sobolevn
added a commit
that referenced
this issue
Feb 12, 2024
Keep the page though, because people might still rely on it (the traffic shows that they do). Instead of our own manual we now give links to the 3rd-party ones. Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 12, 2024
…ythonGH-114805) Keep the page though, because people might still rely on it (the traffic shows that they do). Instead of our own manual we now give links to the 3rd-party ones. (cherry picked from commit 705c76d) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 12, 2024
…ythonGH-114805) Keep the page though, because people might still rely on it (the traffic shows that they do). Instead of our own manual we now give links to the 3rd-party ones. (cherry picked from commit 705c76d) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This was referenced Feb 12, 2024
fsc-eriker
pushed a commit
to fsc-eriker/cpython
that referenced
this issue
Feb 14, 2024
…ython#114805) Keep the page though, because people might still rely on it (the traffic shows that they do). Instead of our own manual we now give links to the 3rd-party ones. Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
ambv
pushed a commit
that referenced
this issue
Feb 21, 2024
…H-114805) (GH-115327) Keep the page though, because people might still rely on it (the traffic shows that they do). Instead of our own manual we now give links to the 3rd-party ones. (cherry picked from commit 705c76d) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
ambv
pushed a commit
that referenced
this issue
Feb 21, 2024
…H-114805) (GH-115328) Keep the page though, because people might still rely on it (the traffic shows that they do). Instead of our own manual we now give links to the 3rd-party ones. (cherry picked from commit 705c76d) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This section recommends several tools: https://docs.python.org/3/howto/pyporting.html#how-to-port-python-2-code-to-python-3
Including:
But, these tools do not support Python2 anymore, so users will probably struggle with this advice.
CC @brettcannon as the author.
Linked PRs
Porting from Python2
how-to #114805Porting from Python2
how-to (GH-114805) #115327Porting from Python2
how-to (GH-114805) #115328The text was updated successfully, but these errors were encountered: