From 01b0affb1b960511ac93e837aba36a6b1e72e755 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Fri, 9 Oct 2020 21:34:21 +0300 Subject: [PATCH] Remove deprecated lib2to3 from the grammar checklist --- grammar.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/grammar.rst b/grammar.rst index 5f0f83d2ec..4a80fc1a6a 100644 --- a/grammar.rst +++ b/grammar.rst @@ -55,7 +55,5 @@ Note: sometimes things mysteriously don't work. Before giving up, try ``make cl * :file:`Lib/tokenize.py` needs changes to match changes to the tokenizer. -* :file:`Lib/lib2to3/Grammar.txt` may need changes to match the Grammar. - * Documentation must be written! Specifically, one or more of the pages in :file:`Doc/reference/` will need to be updated.