I was thinking along similar signs -- we could ask for things like "x is ''" or "x is 3" to be added to PEP8 (I think any use of "is" with a constant on one or more sides is likely suspect). _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev
- Re: [pypy-dev] x is y <=> id(x)==id(y) Ilya Osadchiy
- Re: [pypy-dev] x is y <=> id(x)==id(y) Armin Rigo
- Re: [pypy-dev] x is y <=> id(x)==id(y) Michael Hudson-Doyle
- Re: [pypy-dev] x is y <=> id(x)==id(y) Armin Rigo
- Re: [pypy-dev] x is y <=> id(x)==id(y) Amaury Forgeot d'Arc
- Re: [pypy-dev] x is y <=> id(x)==i... William ML Leslie
- Re: [pypy-dev] x is y <=> id(x... Steven D'Aprano
- Re: [pypy-dev] x is y <=>... Armin Rigo
- Re: [pypy-dev] x is y <=> id(x)==id(y) Simon Cross
- Re: [pypy-dev] x is y <=> id(x)==id(y) Alex Gaynor
- Re: [pypy-dev] x is y <=> id(x)==id(y) Simon Cross
- Re: [pypy-dev] x is y <=> id(x)==i... Armin Rigo
- Re: [pypy-dev] x is y <=> id(x... Christian Tismer