[Zope-CVS] CVS: Packages/WebService - TimeoutSocket.py:1.2

Brian Lloyd brian@digicool.com
Mon, 26 Nov 2001 11:25:54 -0500


Update of /cvs-repository/Packages/WebService
In directory cvs.zope.org:/tmp/cvs-serv25813

Modified Files:
	TimeoutSocket.py 
Log Message:
Updated docstring.


=== Packages/WebService/TimeoutSocket.py 1.1 => 1.2 ===
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
+"""Based on code from timeout_socket.py, with some tweaks for compatibility.
+   These tweaks should really be rolled back into timeout_socket, but it's
+   not totally clear who is maintaining it at this point. In the meantime,
+   we'll use a different module name for our tweaked version to avoid any
+   confusion.
 
-"""Based on code from timeout_socket.py, with some tweaks for compatibility
-   and efficiency. The original timeout_socket is by:
+   The original timeout_socket is by:
 
 	Scott Cotton <scott@chronis.pobox.com>
-	Lloyd Zusman <ljz@asfast.com
+	Lloyd Zusman <ljz@asfast.com>
 	Phil Mayes <pmayes@olivebr.com>
 	Piers Lauder <piers@cs.su.oz.au>
 	Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>