[Python-checkins] cpython: Revert whitespace change.

georg.brandl python-checkins at python.org
Mon Feb 28 08:51:45 CET 2011


georg.brandl pushed 590870877f85 to cpython:

http://hg.python.org/cpython/rev/590870877f85
changeset:   68067:590870877f85
tag:         tip
user:        Georg Brandl <georg at python.org>
date:        Mon Feb 28 08:50:40 2011 +0100
summary:
  Revert whitespace change.

files:
  Lib/ast.py

diff --git a/Lib/ast.py b/Lib/ast.py
--- a/Lib/ast.py
+++ b/Lib/ast.py
@@ -29,7 +29,7 @@
 
 
 def parse(source, filename='<unknown>', mode='exec'):
-    """   
+    """
     Parse the source into an AST node.
     Equivalent to compile(source, filename, mode, PyCF_ONLY_AST).
     """

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


More information about the Python-checkins mailing list