python file versioning

Diez B. Roggisch deetsNOSPAM at web.de
Tue Oct 26 07:51:51 EDT 2004


kartik wrote:
> that's a quite a bit of work. i'm talking about automating this

The whole task of having one codebase support several languange versions is
tedious -  i strongly doubt that these few lines of code are the hard part.

And if you want more  automation, you can also use input-hooks. The could be
used to import a module version-dependend by looking for a name convention.
There has been discussions on loading modules over the net recently, I'm
sure google might help you here.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list