summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-17 05:52:12 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-17 05:52:12 -0800
commite6beded7543305b47ef7bc2ba8a0d9ff76ceb5b1 (patch)
tree0f44a54ac8531f525590b8f0f05b9c54629579d0 /docs/api
parent6de8255cb8078dbc8db63c82487cb393ce6b8552 (diff)
downloadpyramid-e6beded7543305b47ef7bc2ba8a0d9ff76ceb5b1.tar.gz
pyramid-e6beded7543305b47ef7bc2ba8a0d9ff76ceb5b1.tar.bz2
pyramid-e6beded7543305b47ef7bc2ba8a0d9ff76ceb5b1.zip
Remove pickle and exec aliases
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.