From: Brett Cannon Date: Sat, 2 Aug 2008 03:15:58 +0000 (+0000) Subject: Blocked revisions 65386 via svnmerge X-Git-Tag: v3.0b3~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c65f1266d961832bd2e1d7c6398d44eae50680e4;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 65386 via svnmerge ........ r65386 | brett.cannon | 2008-08-01 20:13:46 -0700 (Fri, 01 Aug 2008) | 3 lines Remove a tuple unpacking in a parameter list to suppress the SyntaxWarning with -3. ........ ---