| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…nfo() This applies a normalization complementary to the one added to tarfile.TarFile.extract() in pythongh-138309.
Sorry, something went wrong.
|
I think this change should be mentioned in NEWS next to the one to extract(). However, I don't know how amending exiting entries in NEWS is handled. |
Sorry, something went wrong.
|
According to the CI message, the news entry should be added to Misc/NEWS.d/next |
Sorry, something went wrong.
I understand this, but in this case I think the best would be to extend the NEWS entry added by gh-138309, and I don't know what is the policy for doing this. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@hugovk can you help clarify how the news entry should be handled here? Should @dnicolodi simply add a new one? |
Sorry, something went wrong.
|
The changelog is a never-ending history of archeological layers. The NEWS entry added by #138309 is what happened in 3.15.0a1. That's the past. The NEWS entry for this PR is what will happen in 3.15.0b4. Please add a new NEWS entry for this change. General info: https://devguide.python.org/getting-started/pull-request-lifecycle/#updating-news-and-what-s-new-in-python |
Sorry, something went wrong.
Documentation build overview92 files changed · ± 91 modified · - 1 deleted ± Modified
- Deleted |
Sorry, something went wrong.
|
@hugovk gave his approval for merging this #138309 (comment) Is there anything I can help with to have this merged? @encukou |
Sorry, something went wrong.
|
Also just in case it isn't clear, fixing this is needed for meson-python to correctly create sdists on Windows using Python 3.15. |
Sorry, something went wrong.
|
Do you want to add a test as well? If not I'll add one later this week. |
Sorry, something went wrong.
|
I've added a test. I am not very familiar with the organization of tests in the CPython codebase. Please let me know if it should be improved somehow. |
Sorry, something went wrong.
|
Tests / CIFuzz / python3-libraries (address) fails at the build stage, thus it is not connected to the changes in this PR. |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @encukou for commit 43e66d5 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F151671%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
|
Thanks @dnicolodi for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15. |
Sorry, something went wrong.
|
GH-153517 is a backport of this pull request to the 3.15 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This applies a normalization complementary to the one added to tarfile.TarFile.extract() in gh-138309.