diff options
| author | Thomas Wouters <thomas@python.org> | 2024-12-03 18:40:02 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-12-03 18:42:41 (GMT) |
| commit | 2dc476bcb9142cd25d7e1d52392b73a3dcdf1756 (patch) | |
| tree | ff706fe182426e3eab7d9dfbb13ca44441092207 /Doc | |
| parent | 49da170709dd47c49bfc1e5d4b5d46122a049a3b (diff) | |
| download | cpython-3.12.8.zip cpython-3.12.8.tar.gz cpython-3.12.8.tar.bz2 | |
Python 3.12.8v3.12.8
Diffstat (limited to 'Doc')
| -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. |
