[Python-Dev] Unicode module names (Was: Python 3.3 release schedule posted)
Victor Stinner
victor.stinner at haypocalc.com
Sun Apr 3 10:31:36 CEST 2011
Le samedi 02 avril 2011 à 16:06 +0300, anatoly techtonik a écrit :
> On Thu, Mar 24, 2011 at 2:41 AM, Victor Stinner
> <victor.stinner at haypocalc.com> wrote:
> >
> > I am still working on the import machinery to fix last bugs related to
> > Unicode. So it will be possible to do an useless "import café" in Python
> > 3.3, on any platform. But it is not really an huge change (for the user,
> > but an huge change in the code ;-)).
>
> I don't like the idea of reading the code with some kind of Chinese
> variable names in them. I'd prefer that I and l confusion will be the
> only I should care about in valid Python syntax.
Please read the PEP 3131 (Supporting Non-ASCII Identifiers):
http://www.python.org/dev/peps/pep-3131/
And the thread "Import and unicode: part two" (19 Jan 2011) on
python-dev.
Victor
More information about the Python-Dev
mailing list