This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eli.bendersky, georg.brandl, ncoghlan, rhettinger, vinay.sajip, vstinner
Date 2011-01-31.12:52:30
SpamBayes Score 0.0001729072
Marked as misclassified No
Message-id <1296478351.3.0.641762679525.issue11071@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2011-01-31 12:52:31vstinnersetrecipients: + vstinner, georg.brandl, rhettinger, vinay.sajip, ncoghlan, eli.bendersky
2011-01-31 12:52:31vstinnersetmessageid: <1296478351.3.0.641762679525.issue11071@psf.upfronthosting.co.za>
2011-01-31 12:52:30vstinnerlinkissue11071 messages
2011-01-31 12:52:30vstinnercreate