[Python-ideas] a in x or in y

MRAB python at mrabarnett.plus.com
Thu Feb 13 19:34:04 CET 2014


On 2014-02-13 17:04, אלעזר wrote:
 > Another issue: people will expect
 >     for i in a and not in b:
 >         print(i)
 > to work.

Do they currently expect:

     for i in a and i not in b:
         print(i)

to work?


More information about the Python-ideas mailing list