]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Jeff Bauer: a minor change to declare two new
authorGuido van Rossum <guido@python.org>
Mon, 30 Nov 1998 15:07:01 +0000 (15:07 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Nov 1998 15:07:01 +0000 (15:07 +0000)
commit67a40e814ca29a8b886d0db018995f9b518785e8
tree27bf81930280203558c1b495ce67f24330333e1d
parent42f5298ab5f59efd130b3c5a0c77f08b5f938085
Patch by Jeff Bauer: a minor change to declare two new
threaded versions of Unix Server classes, using the
ThreadingMixIn class:

    ThreadingUnixStreamServer
    ThreadingUnixDatagramServer
Lib/SocketServer.py