From: Brett Cannon Date: Fri, 8 Aug 2008 04:28:30 +0000 (+0000) Subject: Blocked revisions 65588 via svnmerge X-Git-Tag: v3.0b3~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=676cce3b4bb08c724723600952c33e2359230ed1;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 65588 via svnmerge ........ r65588 | brett.cannon | 2008-08-07 21:27:28 -0700 (Thu, 07 Aug 2008) | 3 lines Remove buffer() usage in the socket module by just slicing directly on the object. This removes all warnings for the module caused by running under -3. ........ ---