]> granicus.if.org Git - python/commit
Issue #14581: Windows users are allowed to import modules w/o taking
authorBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 16:53:14 +0000 (12:53 -0400)
committerBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 16:53:14 +0000 (12:53 -0400)
commit8ff6baf25b0eac32bf3009bc383b25b687a1ec0d
tree56627a31bd98d3f12b54b3d92e054a38fb97d3da
parent91900eaf96a55e7be0f6c445269c1a3a2a1e1b39
Issue #14581: Windows users are allowed to import modules w/o taking
the file suffix's case into account, even when doing a case-sensitive
import.
Lib/importlib/_bootstrap.py
Python/importlib.h