[Edu-sig] Chinese Python

Kirby Urner urnerk@qwest.net
Tue, 11 Jun 2002 21:15:33 -0400


I've long wondered whether unicode would give rise to more programming 
languages moving away from the Roman alphabet.  With Python, this 
appears to be happening.

Kirby

==============

http://sourceforge.net/forum/forum.php?forum_id=185103

ChinesePython is a translation of Python scripting language itself 
into chinese. Not only the variable names, user messages/warnings/prompts 
but most notably, the reserved keywords and builtin types.

3.14 changes:

* more translated messages
* standardize names
* modified string/unicode string hash method
* modified function names
* fix bugs