diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-18 05:22:54 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-18 05:22:54 -0800 |
| commit | fe1740acba6a9bfe5ac3aed41a9a264a9fd30814 (patch) | |
| tree | b93f917bee1b6b5969c510fcdbe107fc472f4a0e /docs/api | |
| parent | a05a4663f57b9acac876359b1d37b20514457550 (diff) | |
| download | pyramid-fe1740acba6a9bfe5ac3aed41a9a264a9fd30814.tar.gz pyramid-fe1740acba6a9bfe5ac3aed41a9a264a9fd30814.tar.bz2 pyramid-fe1740acba6a9bfe5ac3aed41a9a264a9fd30814.zip | |
Remove `docs/api/compat.rst`. The remaining items were moved into `pyramid.util`, but we don't want to document anything in that module.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/compat.rst | 25 |
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_ |
