summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS15
1 files changed, 9 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b6dd9ab709..37d988cfd2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,12 +17,6 @@ Library
for patterns that starts with capturing groups. Fast searching optimization
now can't be disabled at compile time.
-Documentation
--------------
-
-- Issue #24351: Clarify what is meant by "identifier" in the context of
- string.Template instances.
-
What's New in Python 3.5.0 beta 3?
==================================
@@ -111,6 +105,15 @@ Tests
tp_finalize to avoid reference leaks encountered when combining tp_dealloc
with PyType_FromSpec (see issue #16690 for details)
+Documentation
+-------------
+
+- Issue #24458: Update documentation to cover multi-phase initialization for
+ extension modules (PEP 489). Patch by Petr Viktorin.
+
+- Issue #24351: Clarify what is meant by "identifier" in the context of
+ string.Template instances.
+
What's New in Python 3.5.0 beta 2?
==================================