summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-17 05:56:42 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-17 05:56:42 -0800
commitf84582524b625265ad379e41513770aefe7c6dcd (patch)
tree6adcabc850cee09cf67c022032138e418aca80e6 /docs
parent4863dfea9783c11e70f1604415dbc32c12d59ac6 (diff)
downloadpyramid-f84582524b625265ad379e41513770aefe7c6dcd.tar.gz
pyramid-f84582524b625265ad379e41513770aefe7c6dcd.tar.bz2
pyramid-f84582524b625265ad379e41513770aefe7c6dcd.zip
Remove SimpleCookie and escape shims
Diffstat (limited to 'docs')
-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 f647c3108..e25290c37 100644
--- a/docs/api/compat.rst
+++ b/docs/api/compat.rst
@@ -14,10 +14,6 @@ systems which require compatibility imports.
.. autofunction:: bytes_
- .. function:: escape(v)
-
- The ``html.escape`` function.
-
.. attribute:: im_func
The string value ``__func__``.
@@ -38,10 +34,6 @@ systems which require compatibility imports.
Reraise an exception ``reraise(*sys.exc_info())``.
- .. attribute:: SimpleCookie
-
- ``http.cookies.SimpleCookie`` module.
-
.. autofunction:: text_
.. autofunction:: native_