[Python-ideas] a in x or in y
MRAB
python at mrabarnett.plus.com
Thu Feb 13 19:34:04 CET 2014
More information about the Python-ideas mailing list
Thu Feb 13 19:34:04 CET 2014
- Previous message: [Python-ideas] a in x or in y
- Next message: [Python-ideas] a in x or in y
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: [Python-ideas] a in x or in y
- Next message: [Python-ideas] a in x or in y
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list