Le jeudi 20 janvier 2011 à 05:03 +0100, raymond.hettinger a écrit : > * Python's import mechanism can now load modules installed in directories > with > - non-ASCII characters in the path name. > + non-ASCII characters in the path name: > + > + >>> import møøse.bites > > (Required extensive work by Victor Stinner in :issue:`9425`.)
Ooops, it is not the good example :-) In this example, møøse is not a module path, but a module name... And Python 3.2 doesn't support correctly non-ASCII module names on all operating systems yet (see "[Python-Dev] Import and unicode: part two" thread :-)). #9425 only concerns sys.path (eg. sys.path.append('/home/møøse/modules/')). Victor _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com