aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-03 17:06:53 +0200
committerGitHub <noreply@github.com>2024-06-03 15:06:53 +0000
commit671b740f45bf606208d89300b63b1d206c6a6e4a (patch)
tree805710317f9fd0c60a82a13bf906514ae6a73fdc /Misc
parentgh-102511: Amend 3.13.0b1.rst (GH-119895) (diff)
downloadcpython-671b740f45bf606208d89300b63b1d206c6a6e4a.tar.gz
cpython-671b740f45bf606208d89300b63b1d206c6a6e4a.tar.bz2
cpython-671b740f45bf606208d89300b63b1d206c6a6e4a.zip
gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790)
(cherry picked from commit fd01271366abefa8f991e53f090387882fbd6bdd) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2024-05-30-17-39-25.gh-issue-119679.mZC87w.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-05-30-17-39-25.gh-issue-119679.mZC87w.rst b/Misc/NEWS.d/next/Windows/2024-05-30-17-39-25.gh-issue-119679.mZC87w.rst
new file mode 100644
index 00000000000..db9e798d3dd
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2024-05-30-17-39-25.gh-issue-119679.mZC87w.rst
@@ -0,0 +1 @@
+Ensures correct import libraries are included in Windows installs.