summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-04-21-14-50-57.bpo-43284.2QZn2T.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-04-21-14-50-57.bpo-43284.2QZn2T.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-21-14-50-57.bpo-43284.2QZn2T.rst b/Misc/NEWS.d/next/Library/2021-04-21-14-50-57.bpo-43284.2QZn2T.rst
deleted file mode 100644
index 7e41016015e..00000000000
--- a/Misc/NEWS.d/next/Library/2021-04-21-14-50-57.bpo-43284.2QZn2T.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-platform.win32_ver derives the windows version from
-sys.getwindowsversion().platform_version which in turn derives the version
-from kernel32.dll (which can be of a different version than Windows itself).
-Therefore change the platform.win32_ver to determine the version using the
-platform module's _syscmd_ver private function to return an accurate
-version.