From 17a058ed6ffa7f56c0920d15d214ad080e7eef86 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 28 Jul 2019 21:40:47 +1000 Subject: [PATCH] Remove trailing .0 from version changed note (GH-14987) --- Doc/c-api/memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index f97ae45348..d3c8b30d36 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -472,7 +472,7 @@ Customize Memory Allocators if the GIL is held when functions of :c:data:`PYMEM_DOMAIN_OBJ` and :c:data:`PYMEM_DOMAIN_MEM` domains are called. - .. versionchanged:: 3.8.0 + .. versionchanged:: 3.8 Byte patterns ``0xCB`` (``CLEANBYTE``), ``0xDB`` (``DEADBYTE``) and ``0xFB`` (``FORBIDDENBYTE``) have been replaced with ``0xCD``, ``0xDD`` and ``0xFD`` to use the same values than Windows CRT debug ``malloc()`` -- 2.40.0