From: Berker Peksag Date: Sat, 13 Jun 2015 08:18:33 +0000 (+0300) Subject: Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar. X-Git-Tag: v3.5.0b3~68^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=192c750f4f1e7108bd3e0be0f4bad04fb87c9842;p=thirdparty%2FPython%2Fcpython.git Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar. --- diff --git a/Grammar/Grammar b/Grammar/Grammar index d7aaffd60e14..05c3181627db 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -7,8 +7,8 @@ # with someone who can; ask around on python-dev for help. Fred # Drake 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;