New submission from Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14581>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to