Changing the names of python keywords and functions

"Martin v. Löwis" martin at v.loewis.de
Thu Jun 21 16:01:16 EDT 2007


> "<<koristiti>> OS"- (THIS IS MY IMAGINARY EXAMPLE OF KEYWORD),
> 
> my program must write this code in some user file, but my
> 
> program must read this command like: "import os".How
> 
> can I do something like that??

The keywords are listed in Grammar/Grammar. You need to edit
this file, then recompile.

Regards,
Martin



More information about the Python-list mailing list