[Python-checkins] r60081 - python/trunk/Doc/whatsnew/2.6.rst

andrew.kuchling python-checkins at python.org
Sat Jan 19 17:34:09 CET 2008


Author: andrew.kuchling
Date: Sat Jan 19 17:34:09 2008
New Revision: 60081

Modified:
   python/trunk/Doc/whatsnew/2.6.rst
Log:
Add item

Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Sat Jan 19 17:34:09 2008
@@ -1102,6 +1102,13 @@
   (Contributed by Alberto Bertogli.)
 
   .. Patch #1646
+
+* The base classes in the :mod:`SocketServer` module now support
+  calling a :meth:`handle_timeout` method after a span of inactivity 
+  specified by the server's :attr:`timeout` attribute.  (Contributed 
+  by Michael Pomraning.)
+
+  .. Patch #742598
  
 * A new variable in the :mod:`sys` module,
   :attr:`float_info`, is an object


More information about the Python-checkins mailing list