summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-08-21 17:41:19 -0500
committerBenjamin Peterson <benjamin@python.org>2013-08-21 17:41:19 -0500
commitb1972c1c3e57474f49da2d0064bfe3ccd08dcb4a (patch)
tree66c200fb70953a1b0aace64bb5def311f75f0ef8 /documentation
parent0739fc05e28ec29df1fb2af5cb6747920c4790cd (diff)
parenta4f707f463b8e80d23f09bea707f534aae48e325 (diff)
downloadsix-b1972c1c3e57474f49da2d0064bfe3ccd08dcb4a.tar.gz
Merged in jaraco/six (pull request #13)
Add six.moves support for filterfalse
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 1f45d50..473e39b 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -430,6 +430,8 @@ Supported renames:
+------------------------------+-------------------------------------+-----------------------------------+
| ``filter`` | :func:`py2:itertools.ifilter` | :func:`py3:filter` |
+------------------------------+-------------------------------------+-----------------------------------+
+| ``filterfalse`` | :func:`py2:itertools.ifilterfalse` | :func:`py3:itertools.filterfalse` |
++------------------------------+-------------------------------------+-----------------------------------+
| ``http_cookiejar`` | :mod:`py2:cookielib` | :mod:`py3:http.cookiejar` |
+------------------------------+-------------------------------------+-----------------------------------+
| ``http_cookies`` | :mod:`py2:Cookie` | :mod:`py3:http.cookies` |