8000 gh-128017: Make a note that sys variables are read-only (#128887) · python/cpython@313b96e · GitHub
[go: up one dir, main page]

Skip to content

Commit 313b96e

Browse files
gh-128017: Make a note that sys variables are read-only (#128887)
1 parent d05140f commit 313b96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
This module provides access to some variables used or maintained by the
1010
interpreter and to functions that interact strongly with the interpreter. It is
11-
always available.
11+
always available. Unless explicitly noted otherwise, all variables are read-only.
1212

1313

1414
.. data:: abiflags

0 commit comments

Comments
 (0)
0