On Tue, 31 Jul 2007 20:28:59 +0000, Maximus Decimus wrote: > II want to add some more KEYWORDS and DATATYPES into the python script > apart from the existing ones.
New data types are easy: Just implement the classes.
Why do you need new keywords? Can't the problem at hand be expressed in
functions and classes/methods?
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list
