Patches item #1522059, was opened at 2006-07-13 16:10 Message generated for change (Comment added) 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: Closed >Resolution: Rejected Priority: 5 Private: No 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. ---------------------------------------------------------------------- >Comment By: Collin Winter (collinwinter) Date: 2007-03-07 19:41 Message: Logged In: YES user_id=1344176 Originator: YES Rejected by the BDFL in http://mail.python.org/pipermail/python-3000/2007-March/006081.html, closing. ---------------------------------------------------------------------- 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