diff options
author | Steve Dower <steve.dower@python.org> | 2021-11-06 00:25:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 00:25:29 (GMT) |
commit | 804ea41211b042fa20c3cd8c0457bbfa3873128a (patch) | |
tree | 0d8b78e9fa80cadd8a88078203641100ec210645 /Misc/NEWS.d | |
parent | 279a7a0c9429f87c9e1f1042f580faf460b176e1 (diff) | |
download | cpython-804ea41211b042fa20c3cd8c0457bbfa3873128a.zip cpython-804ea41211b042fa20c3cd8c0457bbfa3873128a.tar.gz cpython-804ea41211b042fa20c3cd8c0457bbfa3873128a.tar.bz2 |
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2021-11-05-01-05-46.bpo-45720.47Nc5I.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-11-05-01-05-46.bpo-45720.47Nc5I.rst b/Misc/NEWS.d/next/Windows/2021-11-05-01-05-46.bpo-45720.47Nc5I.rst new file mode 100644 index 0000000..315759b --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-11-05-01-05-46.bpo-45720.47Nc5I.rst @@ -0,0 +1,3 @@ +Internal reference to :file:`shlwapi.dll` was dropped to help improve +startup time. This DLL will no longer be loaded at the start of every Python +process. |