Remove buffer() usage in the socket module by just slicing directly on the
commit05c42c267bd60b044eb4fbb6c9741c15d0952430
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 8 Aug 2008 04:27:28 +0000 (8 04:27 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 8 Aug 2008 04:27:28 +0000 (8 04:27 +0000)
treee7b8ca0926c724970d63ff40c03529bd5f3329a0
parente01ad4f2e0c99296234eec35d83f99e9c1d6493a
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.

git-svn-id: http://svn.python.org/projects/python/trunk@65588 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/socket.py
Misc/NEWS