summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/compat.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/api/compat.rst b/docs/api/compat.rst
index b54b4868a..c3816f8e9 100644
--- a/docs/api/compat.rst
+++ b/docs/api/compat.rst
@@ -22,10 +22,6 @@ systems which require compatibility imports.
The ``html.escape`` function.
- .. function:: exec_(code, globs=None, locs=None)
-
- Exec code.
-
.. attribute:: im_func
The string value ``__func__``.
@@ -58,10 +54,6 @@ systems which require compatibility imports.
Return ``list(map(v))``.
- .. attribute:: pickle
-
- ``cPickle`` module if it exists, ``pickle`` module otherwise.
-
.. attribute:: PYPY
``True`` if running on PyPy, ``False`` otherwise.