STINNER Victor <victor.stin...@haypocalc.com> added the comment:

"Python’s import mechanism can now load modules installed in directories with 
non-ASCII characters in the path name: import møøse.bites"

møøse is not a module *path*, but a module *name*... This example doesn't work 
on Windows: see #3080. Module paths is the sys.path list. An use case is Python 
installed in the user directory with diacritics in the user name (eg. Python 
installed in C:\Users\Amélie\...).

"The biggest news for Python 3.2 is that the email package and nntplib modules 
now work correctly with the bytes/text model in Python 3."

You can also include mailbox in this list.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11071>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to