mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Add item
This commit is contained in:
parent
e45a77adbe
commit
f60b6415e6
1 changed files with 7 additions and 0 deletions
|
@ -1102,6 +1102,13 @@ complete list of changes, or look through the CVS logs for all the details.
|
|||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue