From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:04:00 +0000 (+0100) Subject: [3.13] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128908) X-Git-Tag: v3.13.2~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9974e7185dcbf86c9cfe80cde62fbfff8e43be69;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128908) Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index fdacf5aff8c4..7af7a7c0d7c4 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