]> granicus.if.org Git - python/commit
Fixed #1776. __import__() no longer imports modules by file name
authorChristian Heimes <christian@cheimes.de>
Wed, 9 Jan 2008 19:56:33 +0000 (19:56 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 9 Jan 2008 19:56:33 +0000 (19:56 +0000)
commit3403f1589d769a5596dfc261a9cab31b307fb059
tree9e24a9ae128fda398b29cc839f05ae45a98d12ac
parent195b883bb47a392ea8b92dccbca30ffcf1adecd3
Fixed #1776. __import__() no longer imports modules by file name
Lib/test/test_import.py
Misc/NEWS
Python/import.c