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

hugovk webhook-mailer at python.org
Tue Dec 13 05:54:27 EST 2022


https://github.com/python/cpython/commit/d3ea82aaf940167482df1e08d6482de8f2dd8526
commit: d3ea82aaf940167482df1e08d6482de8f2dd8526
branch: main
author: Filipe Laíns <lains at riseup.net>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2022-12-13T12:54:07+02:00
summary:

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

files:
M Doc/library/sysconfig.rst

diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index 024988777030..839c2c015b49 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -121,7 +121,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