[Python-checkins] Remove trailing .0 from version changed note (GH-14987)

Miss Islington (bot) webhook-mailer at python.org
Sun Jul 28 07:48:30 EDT 2019


https://github.com/python/cpython/commit/69372eea08509b4209977f5643db02d6b8d10ca3
commit: 69372eea08509b4209977f5643db02d6b8d10ca3
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-07-28T04:48:26-07:00
summary:

Remove trailing .0 from version changed note (GH-14987)

(cherry picked from commit 17a058ed6ffa7f56c0920d15d214ad080e7eef86)

Co-authored-by: Nick Coghlan <ncoghlan at gmail.com>

files:
M Doc/c-api/memory.rst

diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst
index f97ae453487f..d3c8b30d360e 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()``



More information about the Python-checkins mailing list