On Jan 20, 2011, at 12:02 AM, Glenn Linderman wrote:

> But for local code, having to think up an ASCII name for a module rather than 
> use the obvious native-language name, is just brain-burden when creating the 
> code.

Is it really?  You already had to type 'import', presumably if you can think in 
Python you can think in ASCII.

(After my experiences with namespace crowding in Twisted, I'm inclined to 
suggest something more like "import m_07117FE4A1EBD544965DC19573183DA2 as café" 
- then I never need to worry about "café2" looking ugly or "cafe" being 
incompatible :).)

_______________________________________________
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