From: Brett Cannon Date: Sun, 3 Aug 2008 00:59:47 +0000 (+0000) Subject: Blocked revisions 65425 via svnmerge X-Git-Tag: v3.0b3~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f8d2a50bb5ce64aa678c4c1f8c9961b00a8e07d;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 65425 via svnmerge ........ r65425 | brett.cannon | 2008-08-02 17:58:51 -0700 (Sat, 02 Aug 2008) | 3 lines Silence SyntaxWarning and DeprecationWarning in pydoc triggered by tuple unpacking in parameter lists and using callable(). Found through -3. ........ ---