summaryrefslogtreecommitdiff
path: root/docs/api/compat.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/compat.rst')
-rw-r--r--docs/api/compat.rst25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/api/compat.rst b/docs/api/compat.rst
deleted file mode 100644
index d1552e644..000000000
--- a/docs/api/compat.rst
+++ /dev/null
@@ -1,25 +0,0 @@
-.. _compat_module:
-
-:mod:`pyramid.compat`
-----------------------
-
-The ``pyramid.compat`` module provides platform and version compatibility for
-Pyramid and its add-ons across Python platform and version differences. APIs
-will be removed from this module over time as Pyramid ceases to support
-systems which require compatibility imports.
-
-.. automodule:: pyramid.compat
-
- .. autofunction:: ascii_
-
- .. autofunction:: bytes_
-
- .. attribute:: im_func
-
- The string value ``__func__``.
-
- .. attribute:: PYPY
-
- ``True`` if running on PyPy, ``False`` otherwise.
-
- .. autofunction:: text_