python file versioning
Diez B. Roggisch
deetsNOSPAM at web.de
Tue Oct 26 07:51:51 EDT 2004
More information about the Python-list mailing list
Tue Oct 26 07:51:51 EDT 2004
- Previous message (by thread): python file versioning
- Next message (by thread): Parallelization on multi-CPU hardware? (see POSH - Python shared objects)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): python file versioning
- Next message (by thread): Parallelization on multi-CPU hardware? (see POSH - Python shared objects)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list