diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-02-05 03:13:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 03:13:00 (GMT) |
commit | b439a715cb75e2663df32588fd004c7528b9f83b (patch) | |
tree | 480b47d06b8fe4e870841bf74db3963da1ed8cd8 /Misc | |
parent | cf5b109dbb39bcff1bc5b5d22036866d11de971b (diff) | |
download | cpython-b439a715cb75e2663df32588fd004c7528b9f83b.zip cpython-b439a715cb75e2663df32588fd004c7528b9f83b.tar.gz cpython-b439a715cb75e2663df32588fd004c7528b9f83b.tar.bz2 |
bpo-39553: Delete HAVE_SXS protected code (GH-18356)
https://bugs.python.org/issue39553
Automerge-Triggered-By: @zooba
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-02-04-19-50-53.bpo-39553._EnweA.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-02-04-19-50-53.bpo-39553._EnweA.rst b/Misc/NEWS.d/next/Windows/2020-02-04-19-50-53.bpo-39553._EnweA.rst new file mode 100644 index 0000000..bf6496f --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-02-04-19-50-53.bpo-39553._EnweA.rst @@ -0,0 +1 @@ +Delete unused code related to SxS manifests. |