[Python-checkins] cpython: doc: Briefly mention C API changes in whatsnew.

yury.selivanov python-checkins at python.org
Tue May 12 06:15:10 CEST 2015


https://hg.python.org/cpython/rev/42f3be6cf29e
changeset:   95974:42f3be6cf29e
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue May 12 00:15:05 2015 -0400
summary:
  doc: Briefly mention C API changes in whatsnew.

files:
  Doc/whatsnew/3.5.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -879,3 +879,6 @@
   introspection, a deprecation warning now is raised for builtin type without
   the :attr:`__module__` attribute.  Would be an AttributeError in future.
   (:issue:`20204`)
+
+* As part of PEP 492 implementation, ``tp_reserved`` slot of
+  ``PyTypeObject`` was replaced with ``tp_as_async`` slot.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list