gh-114785: Remove content from Porting from Python2 how-to (#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>
This commit is contained in:
Nikita Sobolev 2024-02-12 14:59:58 +03:00 committed by GitHub
parent 72340d15cd
commit 705c76d4a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 420 deletions

View file

@ -161,15 +161,6 @@ For information about building Python's documentation, refer to `Doc/README.rst
<https://github.com/python/cpython/blob/main/Doc/README.rst>`_.
Converting From Python 2.x to 3.x
---------------------------------
Significant backward incompatible changes were made for the release of Python
3.0, which may cause programs written for Python 2 to fail when run with Python
3. For more information about porting your code from Python 2 to Python 3, see
the `Porting HOWTO <https://docs.python.org/3/howto/pyporting.html>`_.
Testing
-------