Skip to content

Commit e1d2dac

Browse files
Add ast.unparse to grammar change checklist (#567)
* Add ast.unparse to grammar change checklist * Apply suggestions from code review Co-Authored-By: Pablo Galindo <[email protected]> * fix whitespace Co-authored-by: Pablo Galindo <[email protected]>
1 parent 35b9c59 commit e1d2dac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

grammar.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Note: sometimes things mysteriously don't work. Before giving up, try ``make cl
5454
* The :mod:`parser` module. Add some of your new syntax to ``test_parser``,
5555
bang on :file:`Modules/parsermodule.c` until it passes.
5656

57+
* ``_Unparser`` in the :file:`Lib/ast.py` file may need changes to accommodate
58+
any modifications in the AST nodes.
59+
5760
* Add some usage of your new syntax to ``test_grammar.py``.
5861

5962
* Certain changes may require tweaks to the library module :mod:`pyclbr`.

0 commit comments

Comments
 (0)