> II want to add some more KEYWORDS and DATATYPES into the python script
> apart from the existing ones.

In addition to what Aahz said: take a look at PEP 306 for adding
keywords. If you don't understand it, *don't* ask here, but on
comp.lang.python instead.

For adding new datatypes, look at xxmodule.c. The same disclaimer
applies: if you have any questions about that, don't ask here.

Regards,
Martin
_______________________________________________
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