Jon Ribbens  <[EMAIL PROTECTED]> wrote:
>You want:
>
>  if sys.hexversion < 0x020400f0:
>    ... error ...


"Readability counts."

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

-- 
\S -- [EMAIL PROTECTED] -- 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to