summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-03 15:06:53 (GMT)
committerGitHub <noreply@github.com>2024-06-03 15:06:53 (GMT)
commit671b740f45bf606208d89300b63b1d206c6a6e4a (patch)
tree805710317f9fd0c60a82a13bf906514ae6a73fdc /Misc
parentb26b410ce90214480c96079ff3a9c202b59f54a0 (diff)
downloadcpython-671b740f45bf606208d89300b63b1d206c6a6e4a.zip
cpython-671b740f45bf606208d89300b63b1d206c6a6e4a.tar.gz
cpython-671b740f45bf606208d89300b63b1d206c6a6e4a.tar.bz2
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 0000000..db9e798
--- /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.