]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 62049,62054 via svnmerge from
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 31 Mar 2008 04:42:11 +0000 (04:42 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 31 Mar 2008 04:42:11 +0000 (04:42 +0000)
commit207c9f3c5c0c41f329e7b7a2aeb8f2f7579dcbc9
tree9e913d7d95ef67358b2596299022bd2c0e6ecbb1
parentdb4115ffc063f20da2c6078bb93187ee8753d4ec
Merged revisions 62049,62054 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62049 | georg.brandl | 2008-03-30 00:01:47 -0700 (Sun, 30 Mar 2008) | 2 lines

  #2505: allow easier creation of AST nodes.
........
  r62054 | georg.brandl | 2008-03-30 12:43:27 -0700 (Sun, 30 Mar 2008) | 2 lines

  Fix error message -- "expects either 0 or 0 arguments"
........
Doc/library/_ast.rst
Parser/asdl_c.py
Python/Python-ast.c