This commit is contained in:
Andrew M. Kuchling 2008-01-19 16:34:09 +00:00
parent e45a77adbe
commit f60b6415e6

View file

@ -1103,6 +1103,13 @@ complete list of changes, or look through the CVS logs for all the details.
.. Patch #1646 .. 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, * A new variable in the :mod:`sys` module,
:attr:`float_info`, is an object :attr:`float_info`, is an object
containing information about the platform's floating-point support containing information about the platform's floating-point support