]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
authorPetr Viktorin <encukou@gmail.com>
Wed, 25 Sep 2024 21:30:40 +0000 (23:30 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2024 21:30:40 +0000 (23:30 +0200)
commit7d24ea9db3e8fdca52058629c9ba577aba3d8e5c
tree76759a5c7db017904e2005b8c618523b0ea36f22
parent1ff1b899ce13b195d978736b78cd75ac021e64b5
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)

Make `versionchanged:: next`` expand to current (unreleased) version.

When a new CPython release is cut, the release manager will replace
all such occurences of "next" with the just-released version.
(See the issue for release-tools and devguide PRs.)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/c-api/long.rst
Doc/c-api/unicode.rst
Doc/library/ast.rst
Doc/library/ctypes.rst
Doc/library/dis.rst
Doc/library/pathlib.rst
Doc/library/symtable.rst
Doc/tools/extensions/pyspecific.py
Misc/NEWS.d/next/Documentation/2024-07-19-12-22-48.gh-issue-121277.wF_zKd.rst [new file with mode: 0644]