From: Brett Cannon Date: Sun, 3 Aug 2008 22:35:21 +0000 (+0000) Subject: Blocked revisions 65438 via svnmerge X-Git-Tag: v3.0b3~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81bf91403087b658ffa8f6fc964c5dc572550f1a;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 65438 via svnmerge ........ r65438 | brett.cannon | 2008-08-03 15:34:25 -0700 (Sun, 03 Aug 2008) | 3 lines Remove a use of list.sort(cmp=) to silence a -3 DeprecationWarning in cookielib. ........ ---