[3.12] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128909)
https://github.com/python/cpython/commit/1c85f1bc4424b1ed43f1594442e41022099... commit: 1c85f1bc4424b1ed43f1594442e41022099f05e3 branch: 3.12 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: vstinner <vstinner@python.org> date: 2025-01-16T10:23:48Z summary: [3.12] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128909) gh-128017: Make a note that sys variables are read-only (GH-128887) (cherry picked from commit 313b96eb8b8d0ad3bac58d633822a0a3705ce60b) Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com> files: M Doc/library/sys.rst diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 90c794e3f3c58d..70844d4d26b1cb 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
participants (1)
-
vstinner