diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-06-14 00:37:25 +0200 |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-06-14 00:37:25 +0200 |
commit | 7096982952993b4d9c8d88aef0786ee300448178 (patch) | |
tree | 7085af47bf4d0f1c3842d195233b98a17e2e8671 /Lib/ast.py | |
parent | 0fee8ff69097979ac4ceb512e316399011fd6f67 (diff) | |
parent | 90f07f0109f70912b4a981b3e0de1742ec930dc1 (diff) | |
download | cpython-7096982952993b4d9c8d88aef0786ee300448178.tar.gz |
Issue #15060: merge with 3.2
Diffstat (limited to 'Lib/ast.py')
-rw-r--r-- | Lib/ast.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ast.py b/Lib/ast.py index fb5adac8fd..13f59f9dfa 100644 --- a/Lib/ast.py +++ b/Lib/ast.py @@ -25,7 +25,6 @@ :license: Python License. """ from _ast import * -from _ast import __version__ def parse(source, filename='<unknown>', mode='exec'): |