[Python-checkins] cpython: rewrite such that this actually makes sense

benjamin.peterson python-checkins at python.org
Mon Jan 16 15:49:28 CET 2012


http://hg.python.org/cpython/rev/0debff8be37e
changeset:   74442:0debff8be37e
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jan 16 09:42:36 2012 -0500
summary:
  rewrite such that this actually makes sense

files:
  Python/ast.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Python/ast.c b/Python/ast.c
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -490,7 +490,7 @@
     return res;
 }
 
-/* This is down here, so defines like "test" don't intefere with access AST above. */
+/* This is done here, so defines like "test" don't intefere with AST use above. */
 #include "grammar.h"
 #include "parsetok.h"
 #include "graminit.h"

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list