commit | 3f92bc6f4811241ac68ec2681895d22ba8c68bf0 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri Aug 08 04:27:28 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri Aug 08 04:27:28 2008 +0000 |
tree | 43a11c77f209ceda2bd30d6bec38c75e6766de4b | |
parent | 03446c43ca3a4be2097782f590b71a596a0158cc [diff] |
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.