Operator Precedence/Boolean Logic

Chris Angelico rosuav at gmail.com
Thu Jun 23 08:13:52 EDT 2016


On Thu, Jun 23, 2016 at 10:05 PM, Jussi Piitulainen
<jussi.piitulainen at helsinki.fi> wrote:
> Is "sq" mnemonic for something?

Presumably "sequence", which fits the other assumption that you noted:
that calling 'iter' on it will produce a non-destructive iterator.

I hope that code is never used on older Pythons that don't have
exception chaining, given that it has a bare except in it. Actually, I
hope that code is never used at all.

ChrisA



More information about the Python-list mailing list