gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` by hugovk · Pull Request #114657 · python/cpython
Conversation
| tarfile | ||
| ------- | ||
|
|
||
| * The extraction methods in :mod:`tarfile`, and :func:`shutil.unpack_archive`, |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps an item list is not needed for a single item.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This came up in the 3.12 What's New, and we decided to keep it so the indent is consistent with the others, and it looks better as you scroll down.
hugovk
changed the title
Add 'Notable change in 3.11.x' to
gh-100734: Add 'Notable change in 3.11.x' to whatsnew/3.11.rstwhatsnew/3.11.rst
I happened to rediscover gh-100734, this is the same sort of thing so let's link them.
hugovk
deleted the
notable-changes-in.3.11.x
branch
Thanks @hugovk for the PR 🌮🎉.. 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
pythonGH-114657) (cherry picked from commit 3bb6912) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
hugovk added a commit that referenced this pull request
aisk pushed a commit to aisk/cpython that referenced this pull request
python#114657) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>