]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) (#133752)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 May 2025 13:48:58 +0000 (15:48 +0200)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 13:48:58 +0000 (13:48 +0000)
gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749)
(cherry picked from commit 3ed8d6fdd1145c48ec7c3e668636cc301de8959e)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/c-api/init.rst

index 13847cb6cf2fb322a279654a49525249d4403195..36a4976010bde66ccb6c4e2bfb468be84b45adeb 100644 (file)
@@ -203,7 +203,7 @@ to 1 and ``-bb`` sets :c:data:`Py_BytesWarningFlag` to 2.
 
    Set by the :option:`-i` option.
 
-   .. deprecated:: 3.12
+   .. deprecated-removed:: 3.12 3.15
 
 .. c:var:: int Py_IsolatedFlag