From a171108cd738898e08f8d09cc2a4ebe742ea764a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 20 Mar 2015 10:34:07 -0500 Subject: documentation updates for issue #108 --- documentation/index.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation') diff --git a/documentation/index.rst b/documentation/index.rst index 99168ee..05f95e5 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -577,6 +577,10 @@ Supported renames: +------------------------------+-------------------------------------+-------------------------------------+ | ``filterfalse`` | :func:`py2:itertools.ifilterfalse` | :func:`py3:itertools.filterfalse` | +------------------------------+-------------------------------------+-------------------------------------+ +| ``getcwd`` | :func:`py2:os.getcwdu` | :func:`py3:os.getcwd` | ++------------------------------+-------------------------------------+-------------------------------------+ +| ``getcwdb`` | :func:`py2:os.getcwd` | :func:`py3:os.getcwdb` | ++------------------------------+-------------------------------------+-------------------------------------+ | ``http_cookiejar`` | :mod:`py2:cookielib` | :mod:`py3:http.cookiejar` | +------------------------------+-------------------------------------+-------------------------------------+ | ``http_cookies`` | :mod:`py2:Cookie` | :mod:`py3:http.cookies` | -- cgit v1.2.1