A better self

Irmen de Jong irmen at NOSPAMREMOVETHISxs4all.nl
Tue Jul 23 18:24:07 EDT 2002


Michele Simionato wrote:

> It has not been mentioned in this thread, but there a simple way to cope 
> with this problem without changing the language: a Python preprocessor.

This will work if you know that the code you're dealing with has to be
processed first before it is real Python code.

It will not work if you are somehow unable to run the preprocessor first.
Think about importing modules. They have to be processed first,
otherwise the import will not work because the module is not correct
Python code.

Irmen.




More information about the Python-list mailing list