]> granicus.if.org Git - python/commit
"from ... import x" should not be a syntax error... make
authorGeorg Brandl <georg@python.org>
Mon, 19 Mar 2007 18:56:50 +0000 (18:56 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 19 Mar 2007 18:56:50 +0000 (18:56 +0000)
commite66c8c7c127370ab7d0055f98053caad48cbc135
treef1b0cd053c45a78dc652c833815ea47a4bc94e7d
parentd16e81aabe5448a90640694d57cdaefddf3a1a9f
"from ... import x" should not be a syntax error... make
import_stmt accept ELLIPSes and DOTs.
Grammar/Grammar
Python/ast.c