How to specify Python version in script?

Yinon Ehrlich yinon.me at gmail.com
Thu Nov 12 03:13:52 EST 2009


> Is there some way to specify at the very beginning of the script
> the acceptable range of Python versions?

sys.hexversion,
see http://mail.python.org/pipermail/python-list/2009-June/185939.html

-- Yinon



More information about the Python-list mailing list