http://hg.python.org/devguide/rev/b038bfc67e3d changeset: 498:b038bfc67e3d user: Sandro Tosi <sandro.tosi at gmail.com> date: Sun Apr 01 00:31:55 2012 +0200 summary: Issue #14316: fix broken link; fix by Éric Araujo files: grammar.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/grammar.rst b/grammar.rst --- a/grammar.rst +++ b/grammar.rst @@ -20,7 +20,7 @@ --------- People are getting this wrong all the time; it took well over a -year before someone `noticed <How to Change Python's Grammar>`_ +year before someone `noticed <http://bugs.python.org/issue676521>`_ that adding the floor division operator (//) broke the parser module. -- Repository URL: http://hg.python.org/devguide