diff options
author | Steve Dower <steve.dower@python.org> | 2024-11-05 20:43:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 20:43:52 (GMT) |
commit | f51fd84034e2cbf458321c25ba6fd085a39d6f6f (patch) | |
tree | 5448f7ed89bcc3269f933320240159290de024d4 /Misc/NEWS.d/next/Windows | |
parent | ff8349979c2ca4e442afc583e1217519611c6c48 (diff) | |
download | cpython-f51fd84034e2cbf458321c25ba6fd085a39d6f6f.zip cpython-f51fd84034e2cbf458321c25ba6fd085a39d6f6f.tar.gz cpython-f51fd84034e2cbf458321c25ba6fd085a39d6f6f.tar.bz2 |
gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-10-29-20-09-52.gh-issue-126074.83ZzZs.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-10-29-20-09-52.gh-issue-126074.83ZzZs.rst b/Misc/NEWS.d/next/Windows/2024-10-29-20-09-52.gh-issue-126074.83ZzZs.rst new file mode 100644 index 0000000..d4d06b0 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-10-29-20-09-52.gh-issue-126074.83ZzZs.rst @@ -0,0 +1 @@ +Removed unnecessary DLLs from Windows embeddable package |