On Feb 1, 1:04 am, Antoine Pitrou <solip...@pitrou.net> wrote:
> The problem is that socket.recv_into() in 2.6 doesn't recognize the new
> buffer API which is needed to accept bytearray objects.
> (it does in 3.1, because the old buffer API doesn't exist anymore there)

That's about what I thought it was, but I don't know if this was a
deliberate choice or accidental.

BTW, 2.7 (freshly built from version control) also has the same
exception.

> You could open an issue on the bug tracker for this.

I've done that. It's http://bugs.python.org/issue7827 .

Cheers!
                Andrew
                da...@dalkescientific.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to