gh-128017: Make a note that sys variables are read-only (#128887)

This commit is contained in:
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) 2025-01-16 15:47:03 +05:30 committed by GitHub
parent d05140f9f7
commit 313b96eb8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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