diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-17 05:55:07 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-17 05:55:07 -0800 |
| commit | 4863dfea9783c11e70f1604415dbc32c12d59ac6 (patch) | |
| tree | 6a4bf7a1913ed9cc476603b6cec74c9d98ac95a0 /docs | |
| parent | e6beded7543305b47ef7bc2ba8a0d9ff76ceb5b1 (diff) | |
| download | pyramid-4863dfea9783c11e70f1604415dbc32c12d59ac6.tar.gz pyramid-4863dfea9783c11e70f1604415dbc32c12d59ac6.tar.bz2 pyramid-4863dfea9783c11e70f1604415dbc32c12d59ac6.zip | |
Remove iter*, configparser, input_, map_
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/compat.rst | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/api/compat.rst b/docs/api/compat.rst index c3816f8e9..f647c3108 100644 --- a/docs/api/compat.rst +++ b/docs/api/compat.rst @@ -14,10 +14,6 @@ systems which require compatibility imports. .. autofunction:: bytes_ - .. attribute:: configparser - - The ``configparser`` module. - .. function:: escape(v) The ``html.escape`` function. @@ -26,34 +22,14 @@ systems which require compatibility imports. The string value ``__func__``. - .. function:: input_(v) - - The ``input`` function. - .. function:: is_nonstr_iter(v) Return ``True`` if ``v`` is a non-``str``. - .. function:: iteritems_(d) - - Return ``d.items()``. - - .. function:: itervalues_(d) - - Return ``d.values()``. - - .. function:: iterkeys_(d) - - Return ``d.keys()``. - .. attribute:: long Long type ``int``. - .. function:: map_(v) - - Return ``list(map(v))``. - .. attribute:: PYPY ``True`` if running on PyPy, ``False`` otherwise. |
