[New-bugs-announce] [issue14581] Support case-insensitive file extensions on Windows in importlib

Brett Cannon report at bugs.python.org
Sat Apr 14 22:10:21 CEST 2012


New submission from Brett Cannon <brett at python.org>:

Importlib doesn't cover case-insensitivity on file extensions under Windows (see test.test_import.test_import: http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/41/steps/test/logs/stdio). Should add a test to test_importlib and then fix (but only for Windows; apparently this isn't honoured under OS X even though it is case-insensitive).

----------
components: Windows
messages: 158279
nosy: brett.cannon
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Support case-insensitive file extensions on Windows in importlib
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14581>
_______________________________________


More information about the New-bugs-announce mailing list