https://hg.python.org/cpython/rev/4ba334ed3bb7 changeset: 96598:4ba334ed3bb7 branch: 3.4 parent: 96594:c16d3f5af23f user: Berker Peksag <berker.peksag at gmail.com> date: Sat Jun 13 11:18:33 2015 +0300 summary: Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar. files: Grammar/Grammar | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Grammar/Grammar b/Grammar/Grammar --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -7,8 +7,8 @@ # with someone who can; ask around on python-dev for help. Fred # Drake <fdrake at acm.org> will probably be listening there. -# NOTE WELL: You should also follow all the steps listed in PEP 306, -# "How to Change Python's Grammar" +# NOTE WELL: You should also follow all the steps listed at +# https://docs.python.org/devguide/grammar.html # Start symbols for the grammar: # single_input is a single interactive statement; -- Repository URL: https://hg.python.org/cpython