Merge 3.5

This commit is contained in:
Yury Selivanov 2015-06-23 15:10:21 -04:00
commit d396d53bc7
1 changed files with 1 additions and 1 deletions

View File

@ -1109,5 +1109,5 @@ Changes in the C API
* As part of :pep:`492` implementation, ``tp_reserved`` slot of
:c:type:`PyTypeObject` was replaced with a
:c:member:`PyTypeObject.tp_as_async` slot. Refer to :ref:`coro-objects` for
:c:member:`tp_as_async` slot. Refer to :ref:`coro-objects` for
new types, structures and functions.