mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
This commit is contained in:
parent
7258176c68
commit
0cab9c1eba
11 changed files with 125 additions and 103 deletions
|
@ -259,6 +259,16 @@ you may now specify file paths on top of directories (e.g. zip files).
|
|||
(Contributed by Wolfgang Langner in :issue:`26587`).
|
||||
|
||||
|
||||
socketserver
|
||||
------------
|
||||
|
||||
Servers based on the :mod:`socketserver` module, including those
|
||||
defined in :mod:`http.server`, :mod:`xmlrpc.server` and
|
||||
:mod:`wsgiref.simple_server`, now support the :term:`context manager`
|
||||
protocol.
|
||||
(Contributed by Aviv Palivoda in :issue:`26404`.)
|
||||
|
||||
|
||||
telnetlib
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue