gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS by smontanaro · Pull Request #114816 · python/cpython
@GPHemsley pointed out that with the recent changes in python#29469, two new data items failed to get `versionadded` notes.
terryjreedy
changed the title
Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS
Thanks @smontanaro for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
In my view, a correction to a defective patch should be attached to the issue for the original patch (unless there is a new issue, which there is not here). Merging.
terryjreedy pushed a commit that referenced this pull request
…TRINGS (GH-114816) (#114840) As @GPHemsley pointed out, GH-29469 omitted `versionadded` notes for the 2 new items. (cherry picked from commit 586057e) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
In my view, a correction to a defective patch should be attached to the issue for the original patch (unless there is a new issue, which there is not here). Merging.
Thanks. It didn't occur to me to amend a closed issue.