[Python-checkins] CVS: python/dist/src/Lib SocketServer.py

Guido van Rossum guido@cnri.reston.va.us
Mon, 30 Nov 1998 10:07:05 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	SocketServer.py 
Log Message:
Patch by Jeff Bauer: a minor change to declare two new 
threaded versions of Unix Server classes, using the 
ThreadingMixIn class:

    ThreadingUnixStreamServer
    ThreadingUnixDatagramServer