[Python-3000] Support for PEP 3131

Guillaume Proux gproux+py3000 at gmail.com
Fri May 25 18:45:35 CEST 2007


On 5/26/07, Josiah Carlson <jcarlson at uci.edu> wrote:
> wanted to keep my codebase ascii-only (a not unlikely case), I can

So you have a clear preference for an ascii-only way. *YOU* *really*
want to know when a non-ascii identifier crosses your path.

> For those who don't care about ascii or non-ascii identifiers, they will
> likely already have an environment variable or site.py modification that
> offers all unicode characters that they want, and they will never see
> this message.

I will rephrase your sentence this way.
"For those who DO care about ascii only identifiers, they will likely
have already an
environment variable or site.py modifcation that makes sure that all code ever
imported is pure ascii and are going to see the message they want to see..."

> issue.  And I want this to *automatically* happen every time I run
> Python

"and automatically every time they run Python"...

This argument cuts both ways.

Guillaume


More information about the Python-3000 mailing list