mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-128017: Make a note that sys variables are read-only (#128887)
This commit is contained in:
parent
d05140f9f7
commit
313b96eb8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue