]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128908)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Jan 2025 16:04:00 +0000 (17:04 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 16:04:00 +0000 (18:04 +0200)
Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
Doc/library/sys.rst

index fdacf5aff8c455a65b9b12aeb59ef2ddd41db60d..7af7a7c0d7c47b32bdaf298a83729a7a63cdbd6e 100644 (file)
@@ -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