From c2312c1c26a9c68d4c7dad96eba5b39695adbd3f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 14 Oct 2013 10:08:41 -0400 Subject: import mapping for xmlrpclib (fixes #43) --- documentation/index.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/index.rst') diff --git a/documentation/index.rst b/documentation/index.rst index 91bb5b9..ee8b60d 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -544,6 +544,8 @@ Supported renames: +------------------------------+-------------------------------------+-------------------------------------+ | ``winreg`` | :mod:`py2:_winreg` | :mod:`py3:winreg` | +------------------------------+-------------------------------------+-------------------------------------+ +| ``xmlrpc_client`` | :mod:`py2:xmlrpclib` | :mod:`py3:xmlrpclib` | ++------------------------------+-------------------------------------+-------------------------------------+ | ``xrange`` | :func:`py2:xrange` | :func:`py3:range` | +------------------------------+-------------------------------------+-------------------------------------+ | ``zip`` | :func:`py2:itertools.izip` | :func:`py3:zip` | -- cgit v1.2.1