diff options
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 9073bde..4068947 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -112,21 +112,11 @@ Security improvements: Please read on for a comprehensive list of user-facing changes. -.. PEP-sized items next. - -.. _pep-4XX: - -.. PEP 4XX: Example PEP -.. ==================== - - -.. (Implemented by Foo Bar.) - -.. .. seealso:: - - :pep:`4XX` - Example PEP - PEP written by Example Author +PEP 445: Add new APIs to customize Python memory allocators +=========================================================== +The :pep:`445` adds new Application Programming Interfaces (API) to customize +Python memory allocators. |