From: R. David Murray Date: Tue, 23 Jun 2009 21:05:37 +0000 (+0000) Subject: Recorded merge of revisions 73532 via svnmerge from X-Git-Tag: v3.1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df45cda0dd08f457ac27d37d60e936cc129ce49c;p=thirdparty%2FPython%2Fcpython.git Recorded merge of revisions 73532 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk (applied to py3k in r73531) ........ r73532 | raymond.hettinger | 2009-06-23 16:59:43 -0400 (Tue, 23 Jun 2009) | 3 lines Issue 6329: Fix iteration for memoryviews. ........ ---