bpo-40360: Prepare to deprecate lib2to3. by gpshead · Pull Request #19645 · python/cpython
.. deprecated:: 3.9 The :mod:`lib2to3` package and related 2to3 tool are pending deprecation and removal by Python 3.11 or 3.12. We anticipate that a fork of it may live on as an external package on PyPI as it does have use as a Python to Python source transformation tool.
.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
2to3 is a Python program that reads Python 2.x source code and applies a series
.. deprecated:: 3.9 The :mod:`lib2to3` package and related 2to3 tool are pending deprecation and removal by Python 3.11 or 3.12. We anticipate that a fork of it may live on as an external package on PyPI.
**Source code:** :source:`Lib/lib2to3/`
--------------