[issue10081] 'import' operator doesn't work with unicode non 7-bit ASCII module names (OS: windows)

2010-10-13 Thread Valery Lesin

New submission from Valery Lesin valery.le...@gmail.com:

OS: windows

The attempt to import module with non 7-bit ASCII name results in 
'ImportError: No module named module name' exception.


Some thoughts: import.c uses functions like fopen, stat and FindFirstFile which 
wouldn't work correctly with non 7-bit ASCII filenames in Windows.

--
components: Interpreter Core, Unicode
messages: 118505
nosy: Valery.Lesin
priority: normal
severity: normal
status: open
title: 'import' operator doesn't work with unicode non 7-bit ASCII module names 
(OS: windows)
type: behavior
versions: Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10081
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10081] 'import' operator doesn't work with unicode non 7-bit ASCII module names (OS: windows)

2010-10-13 Thread Brett Cannon

Brett Cannon br...@python.org added the comment:

This is a duplicate of 9425

--
nosy: +brett.cannon
superseder:  - Rewrite import machinery to work with unicode paths

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10081
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10081] 'import' operator doesn't work with unicode non 7-bit ASCII module names (OS: windows)

2010-10-13 Thread Brett Cannon

Changes by Brett Cannon br...@python.org:


--
resolution:  - duplicate
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10081
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com