From 9729848724aaf825e96fd4c1b738d450f0f7c1e8 Mon Sep 17 00:00:00 2001 From: Srinivas Reddy Thatiparthy Date: Wed, 15 Jan 2025 21:31:38 +0530 Subject: [PATCH 1/2] gh-128017: Make a note that variables that are provided by :module: sys are read-only, Unless explicitly stated otherwise --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index dd6293c722e7ad..4484b6559924a8 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -8,7 +8,7 @@ This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is -always available. +always available.Unless explicitly noted otherwise, all variables are read-only. .. data:: abiflags From cc0c19dff79024af7b0cde3753dce8cfdf6366cd Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 15 Jan 2025 17:55:19 +0100 Subject: [PATCH 2/2] Update Doc/library/sys.rst --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 4484b6559924a8..151fd60532048a 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -8,7 +8,7 @@ This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is -always available.Unless explicitly noted otherwise, all variables are read-only. +always available. Unless explicitly noted otherwise, all variables are read-only. .. data:: abiflags