From: Benjamin Peterson Date: Mon, 9 Mar 2009 20:37:13 +0000 (+0000) Subject: Blocked revisions 70261,70267,70271,70273 via svnmerge X-Git-Tag: v3.1a2~294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07c0a7579b8e578d78882e8a33d6bea76025304f;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 70261,70267,70271,70273 via svnmerge ........ r70261 | raymond.hettinger | 2009-03-09 06:31:39 -0500 (Mon, 09 Mar 2009) | 1 line Issue 5443: Fix typo. ........ r70267 | raymond.hettinger | 2009-03-09 06:57:29 -0500 (Mon, 09 Mar 2009) | 1 line Add consume() recipe to itertools docs. ........ r70271 | raymond.hettinger | 2009-03-09 07:56:23 -0500 (Mon, 09 Mar 2009) | 1 line Add cross-reference to the collections docs. ........ r70273 | georg.brandl | 2009-03-09 09:25:07 -0500 (Mon, 09 Mar 2009) | 2 lines #5458: add a note when we started to raise RuntimeErrors. ........ ---