[Python-3000] socket GC worries

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Oct 30 02:07:18 CET 2007


Guido van Rossum wrote:
> having read()
> and write() methods on the _socket object is not the solution.

It's not a necessary part of the solution, I agree.
I just don't see what purpose is served by requiring
an extra layer of wrapper between a socket and the
other I/O layers. That's not a necessary part of the
solution either.

--
Greg


More information about the Python-3000 mailing list