Issue #20627: xmlrpc.client.ServerProxy is now a context manager.

Patch by Claudiu Popa.
This commit is contained in:
Brett Cannon 2014-03-21 11:24:40 -04:00
parent 051f37d2e7
commit 33a4000374
5 changed files with 42 additions and 10 deletions

View file

@ -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