mirror of
https://github.com/python/cpython.git
synced 2026-07-29 13:16:59 -04: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 <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> (cherry picked from commit7d24ea9db3) * gh-121277: Raise nice error on `next` as second argument to deprecated-removed (GH-124623) (cherry-picked frome349f73a5a)