summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-03-20 10:34:07 -0500
committerBenjamin Peterson <benjamin@python.org>2015-03-20 10:34:07 -0500
commita171108cd738898e08f8d09cc2a4ebe742ea764a (patch)
tree8a1f2a89c7c7417880f2df888af0aa2081e9e806 /documentation
parentb56b6984df7d46dac80659906c32aa46aafe597e (diff)
downloadsix-git-a171108cd738898e08f8d09cc2a4ebe742ea764a.tar.gz
documentation updates for issue #108
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst4
1 files changed, 4 insertions, 0 deletions
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` |