Patches item #1522059, was opened at 2006-07-13 16:10 Message generated for change (Settings changed) made by collinwinter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1522059&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 3000 Status: Open Resolution: None Priority: 5 Submitted By: Collin Winter (collinwinter) >Assigned to: Guido van Rossum (gvanrossum) Summary: Remove operator.truth() and operator.abs() Initial Comment: operator.truth() and operator.abs() are both intended to be passed to higher-order function like map, reduce, filter, etc. However, both of these are redundant with the builtins bool() and abs(), respectively. The attached patch will remove operator.truth() and .abs() for Python 3000. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1522059&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches