List question

Arnaud Delobelle arnodel at googlemail.com
Sat Mar 22 13:07:59 EDT 2008


On Mar 22, 4:38 pm, Zentrader <zentrad... at gmail.com> 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.html

That's because you have to do:

from bearophile import musings

HTH

--
Arnaud




More information about the Python-list mailing list