From: Mark Dickinson Date: Sun, 10 Jan 2010 12:00:57 +0000 (+0000) Subject: Blocked revisions 77408 via svnmerge X-Git-Tag: v3.1.2rc1~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53087a5fe88588a0e71d71460ca62c5498a50113;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 77408 via svnmerge ........ r77408 | mark.dickinson | 2010-01-10 11:59:43 +0000 (Sun, 10 Jan 2010) | 4 lines Issue #7532: Expanded tests for extended slicing. This is a forward port of r77391 to py3k, along with some additional tests and cleanup. Patch by Florent Xicluna. ........ ---