On Mar 22, 4:38 pm, Zentrader <[EMAIL PROTECTED]> wrote:
> > if ('one', 'two') are in f: ...
>
> "are" gives me an error in Python 2.5 with a "from future import *"
> statement included. What version and platform are you running. Also,
> the docs don't mention it.http://docs.python.org/ref/keywords.htmlThat's because you have to do: from bearophile import musings HTH -- Arnaud -- http://mail.python.org/mailman/listinfo/python-list
