8000 gh-114785: Remove `Porting from Python2` how-to by sobolevn · Pull Request #114805 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-114785: Remove Porting from Python2 how-to #114805

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

Merged
merged 8 commits into from
Feb 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore 2.7, but remove link
  • Loading branch information
sobolevn committed Jan 31, 2024
commit 01a38cc5299c614134eec938fe6df6bcf0dd21d2
1 change: 1 addition & 0 deletions Doc/whatsnew/2.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ For projects wishing to migrate from Python 2 to Python 3, or for library
and framework developers wishing to support users on both Python 2 and
Python 3, there are a variety of tools and guides available to help decide
on a suitable approach and manage some of the technical details involved.
The recommended starting point is the pyporting HOWTO guide.


Changes to the Handling of Deprecation Warnings
Expand Down
0