[stdlib-sig] new package idea: socket

Brett Cannon brett at python.org
Mon Mar 10 01:10:27 CET 2008


On Sun, Mar 9, 2008 at 4:46 PM, Antoine Pitrou <solipsis at pitrou.net> wrote:
>
>  Le dimanche 09 mars 2008 à 15:15 -0700, Brett Cannon a écrit :
>
> > So this one kind of is screaming at me:
>  >
>  > socket -> socket.__init__
>  > SocketServer -> socket.server
>  > ssl -> socket.ssl
>
>  If there are different kinds of sockets in it, perhaps the package
>  should be named "sockets" instead?

Eh, I don't see a benefit in making it plural. And isn't it
traditionally called the socket library, even under C?

-Brett


More information about the stdlib-sig mailing list