diff options
Diffstat (limited to 'Doc/library')
| -rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 221f9bd..90c794e 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -931,7 +931,7 @@ always available. This function should be used for specialized purposes only. It is not guaranteed to exist in all implementations of Python. - .. versionchanged:: next + .. versionchanged:: 3.12.8 The result may include objects from other interpreters. |
