[Python-Dev] Now test_socket fails

Guido van Rossum guido@python.org
Wed, 31 Jul 2002 13:45:14 -0400


>   It seems at one point that the 2.3 version of the socket module accepted
> erroneously just a socket() call, while 2.2 does not.

I added this intentionally.  I am tired of typing
(AF_INET, SOCK_STREAM) where those are the 99% case.

--Guido van Rossum (home page: http://www.python.org/~guido/)