Remove trailing .0 from version changed note (GH-14987)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 Jul 2019 11:48:26 +0000 (04:48 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jul 2019 11:48:26 +0000 (04:48 -0700)
(cherry picked from commit 17a058ed6ffa7f56c0920d15d214ad080e7eef86)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
Doc/c-api/memory.rst

index f97ae453487f86990832cc610ae0b329f310bbd6..d3c8b30d360ec21ce075fb4fd25002676faf3500 100644 (file)
@@ -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()``