From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 13 Dec 2022 11:02:41 +0000 (-0800) Subject: GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH... X-Git-Tag: v3.11.2~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd4166fec2e72438a1057820a98d078644c3a173;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index fa18d62d22af..0049b663973f 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.