summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>2020-05-05 02:33:17 (GMT)
committerGitHub <noreply@github.com>2020-05-05 02:33:17 (GMT)
commit1e7e4519a8ddc2239101a0146d788c9161143a77 (patch)
treeefee1427e032197860c644275a86fc768ee473c7 /Misc
parent92a98ed97513c6e365ce8765550ea65d0ddc8cd7 (diff)
downloadcpython-1e7e4519a8ddc2239101a0146d788c9161143a77.zip
cpython-1e7e4519a8ddc2239101a0146d788c9161143a77.tar.gz
cpython-1e7e4519a8ddc2239101a0146d788c9161143a77.tar.bz2
bpo-40459: Fix NameError in platform.py (GH-19855)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-05-02-04-29-31.bpo-40459.fSAYVD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-02-04-29-31.bpo-40459.fSAYVD.rst b/Misc/NEWS.d/next/Library/2020-05-02-04-29-31.bpo-40459.fSAYVD.rst
new file mode 100644
index 0000000..d4bf698
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-05-02-04-29-31.bpo-40459.fSAYVD.rst
@@ -0,0 +1 @@
+:func:`platform.win32_ver` now produces correct *ptype* strings instead of empty strings.