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