From: Brett Cannon Date: Sat, 9 Aug 2008 23:32:13 +0000 (+0000) Subject: Blocked revisions 65615 via svnmerge X-Git-Tag: v3.0b3~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c4c705f449a37111f8519b3532839905ab410f2;p=python Blocked revisions 65615 via svnmerge ........ r65615 | brett.cannon | 2008-08-09 16:30:55 -0700 (Sat, 09 Aug 2008) | 3 lines Copy reduce() to _functools so to have functools.reduce() not raise a warning from usage under -3. ........ ---