diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-05-05 02:51:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 02:51:48 (GMT) |
commit | efc782d29e229924076ffb6645a72f26242fb3ef (patch) | |
tree | 491ca9834986418427c1085ffb0703e8ccf482d3 /Misc | |
parent | 70fe95cdc9ac1b00d4f86b7525dca80caf7003e1 (diff) | |
download | cpython-efc782d29e229924076ffb6645a72f26242fb3ef.zip cpython-efc782d29e229924076ffb6645a72f26242fb3ef.tar.gz cpython-efc782d29e229924076ffb6645a72f26242fb3ef.tar.bz2 |
bpo-40459: Fix NameError in platform.py (GH-19855)
(cherry picked from commit 1e7e4519a8ddc2239101a0146d788c9161143a77)
Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-05-02-04-29-31.bpo-40459.fSAYVD.rst | 1 |
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. |