mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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:
parent
72340d15cd
commit
705c76d4a2
3 changed files with 19 additions and 420 deletions
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue