diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-12-16 12:25:53 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-12-16 12:26:12 (GMT) |
| commit | f1eb0c0b0cd6ad24f3126e1df093aeb5845d6a88 (patch) | |
| tree | 98b1f5e19f03714748ce593e87b5a25c259a16b9 /Doc/library/gc.rst | |
| parent | 1cc7551b3f9f71efbc88d96dce90f82de98b2454 (diff) | |
| download | cpython-3.15.0a3.zip cpython-3.15.0a3.tar.gz cpython-3.15.0a3.tar.bz2 | |
Python 3.15.0a3v3.15.0a3
Diffstat (limited to 'Doc/library/gc.rst')
| -rw-r--r-- | Doc/library/gc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index 79a8c38..0e041b5 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -118,7 +118,7 @@ The :mod:`gc` module provides the following functions: .. versionadded:: 3.4 - .. versionchanged:: next + .. versionchanged:: 3.15 Add ``duration`` and ``candidates``. @@ -340,7 +340,7 @@ values but should not rebind them): .. versionadded:: 3.3 - .. versionchanged:: next + .. versionchanged:: 3.15 Add "duration" and "candidates". |
