Patches item #1513870, was opened at 2006-06-28 05:42 Message generated for change (Comment added) made by gvanrossum You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1513870&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: Core (C code) Group: Python 3000 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Collin Winter (collinwinter) >Assigned to: Guido van Rossum (gvanrossum) Summary: Move reduce() to functools Initial Comment: As a follow-up to patch #1513249, this patch moves reduce() from builtins and into functools. All related documentation and tests have been changed over as well. The patch is against r47141. ---------------------------------------------------------------------- >Comment By: Guido van Rossum (gvanrossum) Date: 2006-08-26 16:50 Message: Logged In: YES user_id=6380 Well, the removal was already done, and the code that was using reduce() was rewritten to avoid it rather than importing it from functools, but the rest of this patch was applied. Committed revision 51626. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1513870&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches