mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
1e01dcf429
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.) (cherry picked from commit7d24ea9db3) Also backports a minor fix-up: gh-121277: Raise nice error on `next` as second argument to deprecated-removed (GH-124623) (cherry-picked from commite349f73a5a) Co-authored-by: Petr Viktorin <encukou@gmail.com>