]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128017: Make a note that sys variables are read-only (#128887)
authorSrinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
Thu, 16 Jan 2025 10:17:03 +0000 (15:47 +0530)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2025 10:17:03 +0000 (11:17 +0100)
Doc/library/sys.rst

index dd6293c722e7ad8d4cc1cb559f7d4addf522e5a2..151fd60532048af0d9402b695e836ab6214d9831 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