On 9/16/2015 10:27 AM, Grant Edwards wrote:
On 2015-09-16, Sven R. Kunze <srku...@mail.de> wrote:
On 16.09.2015 18:57, Random832 wrote:
I think that chaining should be limited to:

A) all operators are "="
B) all operators are "is"
C) all operators are either >= or >
D) all operators are either <= or <

<snip>

I'm not all that sure A and B should be allowed.

I find A convenient for initializing:

aname = bname = cname = None

Nut I don't recall ever having used is this way.

Emile

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to