[Twisted-Python] "Ports" vs. "Listeners"

Moshe Zadka m at moshez.org
Tue Jul 31 00:47:04 MDT 2001


On Tue, 31 Jul 2001, Glyph Lefkowitz <glyph at twistedmatrix.com> wrote:

> On Tue, 31 Jul 2001, Moshe Zadka wrote:
> 
> > ServerSocket is the official Pythonic name, as in "the ServerSocket
> > module".
> 
> Where does this module appear?

Woooops!
my bad: SocketServer

Python 2.1 (#1, Apr 27 2001, 01:24:08)
[GCC 2.95.3 20010219 (prerelease)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import SocketServer
>>> print SocketServer.__doc__
Generic socket server classes.

This module tries to capture the various aspects of defining a server:
....

-- 
gpg --keyserver keyserver.pgp.com --recv-keys 46D01BD6 54C4E1FE
Secure (inaccessible): 4BD1 7705 EEC0 260A 7F21  4817 C7FC A636 46D0 1BD6
Insecure (accessible): C5A5 A8FA CA39 AB03 10B8  F116 1713 1BCF 54C4 E1FE
Learn Python! http://www.ibiblio.org/obp/thinkCSpy





More information about the Twisted-Python mailing list