]> granicus.if.org Git - python/commit
Update graminit.c for the fix for #1488915, Multiple dots in relative import
authorThomas Wouters <thomas@python.org>
Thu, 25 May 2006 11:26:25 +0000 (11:26 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 25 May 2006 11:26:25 +0000 (11:26 +0000)
commit143bdfcee6c3b3a4b688a7c9fca28a14d775c4e2
treed9cdea8862609b766b3d410c0ae3dc02535f2994
parentcf8229ea3b0c0f56d261074bd9eb18b459ff8a8a
Update graminit.c for the fix for #1488915, Multiple dots in relative import
statement raise SyntaxError, and add testcase.
Lib/test/test_importhooks.py
Python/graminit.c