Issue 24180: Fixes by Berker Peksag.

This commit is contained in:
Yury Selivanov 2015-05-21 17:02:31 -04:00
parent b560158622
commit a18cad543f
4 changed files with 7 additions and 23 deletions

View file

@ -227,9 +227,7 @@ type objects) *must* have the :attr:`ob_size` field.
protocols at the C-level. See :ref:`async-structs` for details.
.. versionadded:: 3.5
.. note::
Formerly known as tp_compare and tp_reserved.
Formerly known as ``tp_compare`` and ``tp_reserved``.
.. c:member:: reprfunc PyTypeObject.tp_repr
@ -1349,6 +1347,7 @@ Async Object Structures
.. sectionauthor:: Yury Selivanov <yselivanov@sprymix.com>
.. versionadded:: 3.5
.. c:type:: PyAsyncMethods