[Python-checkins] GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH-100207)

miss-islington webhook-mailer at python.org
Tue Dec 13 06:03:28 EST 2022


https://github.com/python/cpython/commit/f5f68ff1924b5588a7f4b2dcc6b17ccf419859f6
commit: f5f68ff1924b5588a7f4b2dcc6b17ccf419859f6
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-12-13T03:03:22-08:00
summary:

GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH-100207)

(cherry picked from commit d3ea82aaf940167482df1e08d6482de8f2dd8526)

Co-authored-by: Filipe Laíns <lains at riseup.net>

files:
M Doc/library/sysconfig.rst

diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index 7ef3b2489673..f42a5345357c 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -113,7 +113,7 @@ identifier.  Python currently uses eight paths:
 
    Return the default scheme name for the current platform.
 
-   .. versionchanged:: 3.10
+   .. versionadded:: 3.10
       This function was previously named ``_get_default_scheme()`` and
       considered an implementation detail.
 



More information about the Python-checkins mailing list