PEP 3100 mentions that isCallable() and sequenceIncludes() are to be removed from the operator module in Python 3000 because there are better, more obvious ways of spelling these things.
So, on that note, should operator.truth() and operator.abs() be added to the to-be-removed list, in favour of the builtins bool() and abs()? Collin Winter _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
