From: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) Date: Thu, 16 Jan 2025 10:17:03 +0000 (+0530) Subject: gh-128017: Make a note that sys variables are read-only (#128887) X-Git-Tag: v3.14.0a5~408 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=313b96eb8b8d0ad3bac58d633822a0a3705ce60b;p=thirdparty%2FPython%2Fcpython.git gh-128017: Make a note that sys variables are read-only (#128887) --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index dd6293c722e7..151fd6053204 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