Kaydet (Commit) 5294bb5d authored tarafından Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 66984 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66984 | armin.ronacher | 2008-10-20 16:29:08 -0500 (Mon, 20 Oct 2008) | 3 lines

  Fixed #4062, added import for _ast.__version__ to ast to match the documented behavior.
........
üst 3f3ccbe3
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
:license: Python License. :license: Python License.
""" """
from _ast import * from _ast import *
from _ast import __version__
def parse(expr, filename='<unknown>', mode='exec'): def parse(expr, filename='<unknown>', mode='exec'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment