]> granicus.if.org Git - python/commit
Fix __import__("") to raise ValueError rather than return None.
authorThomas Wouters <thomas@python.org>
Tue, 4 Apr 2006 16:17:02 +0000 (16:17 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 4 Apr 2006 16:17:02 +0000 (16:17 +0000)
commit8ddab27182d7d00f32f423955d2344b8ba40b9d7
tree3ab068255de9c67b7fb88afd04a36ff1aabb8848
parent06853fc15055686ec02fd2671fd37cda0f69209b
Fix __import__("") to raise ValueError rather than return None.
Lib/test/test_builtin.py
Python/import.c