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>
This commit is contained in:
Petr Viktorin 2024-09-25 23:30:40 +02:00 committed by GitHub
parent 1ff1b899ce
commit 7d24ea9db3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 36 additions and 14 deletions

View file

@ -959,7 +959,7 @@ iterations of the loop.
list of constants supported by this instruction. Used by the :keyword:`assert`
statement to load :exc:`AssertionError`.
.. versionadded:: 3.14
.. versionadded:: next
.. opcode:: LOAD_BUILD_CLASS
@ -1826,7 +1826,7 @@ iterations of the loop.
If ``type(STACK[-1]).__xxx__`` is not a method, leave
``STACK[-1].__xxx__; NULL`` on the stack.
.. versionadded:: 3.14
.. versionadded:: next
**Pseudo-instructions**