Am 02.04.2011 15:06, schrieb anatoly techtonik:
> On Thu, Mar 24, 2011 at 2:41 AM, Victor Stinner
> <victor.stin...@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.

Sorry, that ship sailed long ago, and Unicode identifiers are allowed since
Python 3.0.  Victor's work is just to extend this to importable module names.

Georg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to