]> granicus.if.org Git - python/commit
Remove buffer() usage in the socket module by just slicing directly on the
authorBrett Cannon <bcannon@gmail.com>
Fri, 8 Aug 2008 04:27:28 +0000 (04:27 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 8 Aug 2008 04:27:28 +0000 (04:27 +0000)
commit3f92bc6f4811241ac68ec2681895d22ba8c68bf0
tree43a11c77f209ceda2bd30d6bec38c75e6766de4b
parent03446c43ca3a4be2097782f590b71a596a0158cc
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.
Lib/socket.py
Misc/NEWS