mirror of
https://github.com/python/cpython.git
synced 2025-08-10 20:08:47 +00:00
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:
parent
1ff1b899ce
commit
7d24ea9db3
9 changed files with 36 additions and 14 deletions
|
@ -1534,7 +1534,7 @@ PyUnicodeWriter
|
|||
The :c:type:`PyUnicodeWriter` API can be used to create a Python :class:`str`
|
||||
object.
|
||||
|
||||
.. versionadded:: 3.14
|
||||
.. versionadded:: next
|
||||
|
||||
.. c:type:: PyUnicodeWriter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue