From: Benjamin Peterson Date: Thu, 19 Feb 2009 03:24:17 +0000 (+0000) Subject: Blocked revisions 69748,69751 via svnmerge X-Git-Tag: v3.1a1~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e69a6b2ddf3eb37df79d7f0d52339a8cab238bc8;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 69748,69751 via svnmerge ........ r69748 | raymond.hettinger | 2009-02-18 20:15:14 -0600 (Wed, 18 Feb 2009) | 1 line Add keyword arg support to itertools.compress(). ........ r69751 | raymond.hettinger | 2009-02-18 20:38:25 -0600 (Wed, 18 Feb 2009) | 1 line Add keyword arg support to itertools.repeat(). ........ ---