Skip to content

Commit

Permalink
Doc: fix references to removed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 23, 2023
1 parent 813cbbb commit 832b8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ best strategy is the following:
tests still pass.

3. Run the ``2to3`` source-to-source translator over your source code
tree. (See :ref:`2to3-reference` for more on this tool.) Run the
tree. Run the
result of the translation under Python 3.0. Manually fix up any
remaining issues, fixing problems until all tests pass again.

Expand Down
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ Modules
warnings have now been updated to note they will be removed in Python 3.12.
(Contributed by Hugo van Kemenade in :issue:`47022`.)

* The :mod:`lib2to3` package and :ref:`2to3 <2to3-reference>` tool
* The :mod:`lib2to3` package and ``2to3`` tool
are now deprecated and may not be able to parse Python 3.10 or newer.
See :pep:`617`, introducing the new PEG parser, for details.
(Contributed by Victor Stinner in :issue:`40360`.)
Expand Down

0 comments on commit 832b8ba

Please sign in to comment.