Issue 1511964: Can't use sockets in 2.5b1 (original) (raw)

I'm testing Mercurial with Python 2.5b1, and I am getting severe badness in the socket module, complaining that _socket.socket doesn't have a recv_into method.

+AttributeError: '_socket.socket' object has no attribute 'recv_into'