On Fri, Jan 23, 2015 at 10:46 PM, Andrew Robinson <andr...@r3dsolutions.com> wrote: > 4. and he has made bool into the default return type for base type > comparison operators; which means that general programmers expect a bool for > base types and may check for it, even if Python's built in functions do not.
I don't get this. They're specifically documented as NOT being required to return a bool, so if any code is type-checking the return values, that code is buggy. ChrisA -- https://mail.python.org/mailman/listinfo/python-list