summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-01-08 00:06:53 (GMT)
committerGitHub <noreply@github.com>2022-01-08 00:06:53 (GMT)
commitd81182b8ec3b1593daf241d44757a9fa68fd14cc (patch)
treea86bacd4fc6f11c52458a434fb783a847a233feb /Misc
parentc9dc1f491e8edb0bc433cde73190a3015d226891 (diff)
downloadcpython-d81182b8ec3b1593daf241d44757a9fa68fd14cc.zip
cpython-d81182b8ec3b1593daf241d44757a9fa68fd14cc.tar.gz
cpython-d81182b8ec3b1593daf241d44757a9fa68fd14cc.tar.bz2
bpo-46217: Revert use of Windows constant that is newer than what we support (GH-30473)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-01-07-22-55-11.bpo-46217.tgJEsB.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-01-07-22-55-11.bpo-46217.tgJEsB.rst b/Misc/NEWS.d/next/Windows/2022-01-07-22-55-11.bpo-46217.tgJEsB.rst
new file mode 100644
index 0000000..78b3cd0
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-01-07-22-55-11.bpo-46217.tgJEsB.rst
@@ -0,0 +1,2 @@
+Removed parameter that is unsupported on Windows 8.1 and early Windows 10
+and may have caused build or runtime failures.