mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #20627: xmlrpc.client.ServerProxy is now a context manager.
Patch by Claudiu Popa.
This commit is contained in:
parent
051f37d2e7
commit
33a4000374
5 changed files with 42 additions and 10 deletions
|
@ -134,7 +134,8 @@ New Modules
|
|||
Improved Modules
|
||||
================
|
||||
|
||||
* None yet.
|
||||
* :class:`xmlrpc.client.ServerProxy` is now a :term:`context manager`
|
||||
(contributed by Claudiu Popa in :issue:`20627`).
|
||||
|
||||
|
||||
Optimizations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue