[MERGE] setup.py script explicitly checks for Python version. (#200569)

Martin Pool mbp at canonical.com
Mon Mar 10 23:11:16 GMT 2008


> I don't think so. Paranoid in me said in this case we should use try-except.
>  Why for? sys.hexversion do the same thing and code less.

You do know you can compare it as a tuple?

  if sys.version_info < (2, 4):



-- 
Martin



More information about the bazaar mailing list