techtonik | 1 Oct 14:54

Determine minimum required version for a script

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?

--

-- 
--anatoly t.
_______________________________________________
Python-Dev mailing list
Python-Dev <at> python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/python-python-dev%40m.gmane.org

Gerhard Häring | 1 Oct 16:50

Re: Determine minimum required version for a script

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?

You posted on the *python-dev* mailing list.

On this list the key *Python developers* discuss the future of the 
language and its implementation. Topics include Python design issues, 
release mechanics, and maintenance of existing releases.

Please, do not post general Python questions to this list! For help with 
Python please use the mailing list python-list <at> python.org or the 
newsgroup comp.lang.python. Messages are routed between the two. so 
they're basically the same thing.

-- Gerhard
_______________________________________________
Python-Dev mailing list
Python-Dev <at> python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/python-python-dev%40m.gmane.org

techtonik | 2 Oct 14:36

Determine minimum required version for a script

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?

--

-- 
--anatoly t.
--
http://mail.python.org/mailman/listinfo/python-list


Gmane