]> granicus.if.org Git - python/commit
allow importing from a module named None if it has an 'as' clause
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 13:06:21 +0000 (13:06 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 13:06:21 +0000 (13:06 +0000)
commitd1f5a59edb56b64336f07fc88cff6cbebed12dd6
tree4486a70b3c41a35c4adb467c6d9a526bbe887c59
parent565e1b6bb724af71f439ec914b34f74e5163fe3d
allow importing from a module named None if it has an 'as' clause
Lib/test/test_compile.py
Python/ast.c