Skip to content
Closed
Changes from all commits
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
5 changes: 3 additions & 2 deletions Doc/library/2to3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ and off individually. They are described here in more detail.
Python 3.9 will switch to a PEG parser (see :pep:`617`), and Python 3.10 may
include new language syntax that is not parsable by lib2to3's LL(1) parser.
The ``lib2to3`` module may be removed from the standard library in a future
Python version. Consider third-party alternatives such as `LibCST`_ or
`parso`_.
Python version. Consider third-party alternatives such as `LibCST`_,
`parso`_ or `fissix`_.

.. note::

Expand All @@ -478,3 +478,4 @@ and off individually. They are described here in more detail.

.. _LibCST: https://libcst.readthedocs.io/
.. _parso: https://parso.readthedocs.io/
.. _fissix: https://pypi.org/project/fissix/