Multibyte Character Surport for Python

Oleg Broytmann phd at phd.pp.ru
Sat May 11 01:45:05 EDT 2002


On Fri, May 10, 2002 at 07:14:23PM -0400, John Roth wrote:
> 3. There must be a complete set of syntax words in each
> supported language. That is, words such as 'and', 'or', 'if', 'else'
> All such syntax words in a particular module must come from the
> same language.

   Who will maintain those "complete sets"? Core team? They have enough
other things to do.

> 4. All syntax words are preceeded by a special character, which
> is not presented to the viewer by Python 3.0 aware tools. Instead,
> the special character is used to pick them out and highlight them.
> The reason for this is that the vocabulary of syntax words can then
> be expanded without impacting existing programs - they are
> effectively from a different name space.

   Why do you want to make perl of python? If you want perl just go and use
perl, no problem.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list