mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[3.13] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128908)
Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
This commit is contained in:
parent
d997ba45ed
commit
9974e7185d
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