diff options
author | Steve Dower <steve.dower@python.org> | 2022-01-08 00:06:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 00:06:53 (GMT) |
commit | d81182b8ec3b1593daf241d44757a9fa68fd14cc (patch) | |
tree | a86bacd4fc6f11c52458a434fb783a847a233feb /Misc | |
parent | c9dc1f491e8edb0bc433cde73190a3015d226891 (diff) | |
download | cpython-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.rst | 2 |
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. |