diff options
| author | Thomas Wouters <thomas@python.org> | 2024-12-03 17:55:12 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-12-03 17:59:52 (GMT) |
| commit | 067145177975eadd61a0c907d0d177f7b6a5a3de (patch) | |
| tree | a70156ca64b6f1bae57386c7b019c564227143db /Doc/library/sys.rst | |
| parent | dddea7c2328d498e0e73bb8619d2a3fa1e6f190e (diff) | |
| download | cpython-3.13.1.zip cpython-3.13.1.tar.gz cpython-3.13.1.tar.bz2 | |
Python 3.13.1v3.13.1
Diffstat (limited to 'Doc/library/sys.rst')
| -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 e87a1eb..fdacf5a 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -944,7 +944,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.13.1 The result may include objects from other interpreters. |
