On 5/26/07, Josiah Carlson <[EMAIL PROTECTED]> 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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
