On Friday, July 8, 2016 at 1:15:04 PM UTC+5:30, Peter Otten wrote [slightly 
edited]
> Peter Otten wrote:
> 
> > You might also file a bug report asking to replace
> > if not object: ...
> >
> > with
> >
> >if object is None: ...

> 
> I take that back; the problem is fixed in Python 3.5.

Hoo boy!

And then there are those that claim that 
bool vs boolishness
true vs True
is cakewalk
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to