#!/usr/bin/env python > 2.4?

Sion Arrowsmith siona at chiark.greenend.org.uk
Wed Mar 21 10:05:00 EDT 2007


Jon Ribbens  <jon+usenet at unequivocal.co.uk> wrote:
>You want:
>
>  if sys.hexversion < 0x020400f0:
>    ... error ...


"Readability counts."

if sys.version_info < (2, 4):
    ... error ...

-- 
\S -- siona at chiark.greenend.org.uk -- http://www.chaos.org.uk/~sion/
  ___  |  "Frankly I have no feelings towards penguins one way or the other"
  \X/  |    -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump



More information about the Python-list mailing list