]> granicus.if.org Git - python/commit
when no module is given in a 'from' relative import, make ImportFrom.module NULL
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 20:23:33 +0000 (20:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 20:23:33 +0000 (20:23 +0000)
commita72be3b325ef207fdf16cdae1cdd9b0f3e349efd
tree31243e5321cf56d4d933942a8d4f9945c182f706
parent52c4bec76bdcb962e883eac1e55f98df488b558c
when no module is given in a 'from' relative import, make ImportFrom.module NULL
Lib/test/test_ast.py
Misc/NEWS
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c