Re: [Python-Dev] Determine minimum required version for a script

2008-10-01 Thread Gerhard Häring
techtonik wrote: Can somebody remind how to check script compatibility with old Python versions? I can remember PHP_CompatInfo class for PHP that parses a script or directory to find out the minimum version and extensions required for them to run, and I wonder if there was anything like this for

[Python-Dev] Determine minimum required version for a script

2008-10-01 Thread techtonik
Can somebody remind how to check script compatibility with old Python versions? I can remember PHP_CompatInfo class for PHP that parses a script or directory to find out the minimum version and extensions required for them to run, and I wonder if there was anything like this for Python? -- --ana