From 310f4ec958f7f12b4cba30617077f21599a54c78 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 14 May 2020 10:51:33 +0100 Subject: [PATCH] add fissix as a 3rd party lib2to3 alternative --- Doc/library/2to3.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 1d7bd2628729056..3fd6b17c8962c9c 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -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:: @@ -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/