diff options
author | benedwards14 <53377856+benedwards14@users.noreply.github.com> | 2019-10-28 17:53:51 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@python.org> | 2019-10-28 17:53:51 (GMT) |
commit | 794616f837c254c68d8384ab48fb78123a3c8a8b (patch) | |
tree | dd53c6c8d0cd1ee4d43f131a7e0285f7e45e40de /Doc | |
parent | edb172a87296d9359593a23cd9a09f5867ea1f0e (diff) | |
download | cpython-794616f837c254c68d8384ab48fb78123a3c8a8b.zip cpython-794616f837c254c68d8384ab48fb78123a3c8a8b.tar.gz cpython-794616f837c254c68d8384ab48fb78123a3c8a8b.tar.bz2 |
bpo-38534: Replace wrong KB number references (GH-16955)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 80ab565..a3c5f5e 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -1970,7 +1970,7 @@ Changes in the Python API resolution. If your application relies on these mechanisms, you should check for :func:`~os.add_dll_directory` and if it exists, use it to add your DLLs directory while loading your library. Note that Windows 7 users will need to - ensure that Windows Update KB2533625 has been installed (this is also verified + ensure that Windows Update KB2533623 has been installed (this is also verified by the installer). (Contributed by Steve Dower in :issue:`36085`.) |