diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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? ================================== |