[Python-3000] Unicode strings, identifiers, and import (original) (raw)

Michael Urman murman at gmail.com
Mon May 14 05:03:26 CEST 2007


On 5/13/07, Guido van Rossum <guido at python.org> wrote:

The answer to all of this is the filesystem encoding, which is already supported. Doesn't appear particularly difficult to me.

Okay, that's fair. It seems reasonable to accept the limitations of following the filesystem encoding for module names. I should probably test py3k to make sure it already has updated import to use the filesystem encoding instead of the default encoding, but instead I'll just feebly imply the question here.

Michael Urman



More information about the Python-3000 mailing list