summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-02-22 18:39:10 (GMT)
committerGitHub <noreply@github.com>2018-02-22 18:39:10 (GMT)
commit23ad6d0d1a7a6145a01494f4f3913a63d1f0250c (patch)
tree8519ec43fb83fa69d1bb0df490260835e5eb59c2 /Misc
parent451d1edaf4d27c4e632d81246d308e8dd6ea945f (diff)
downloadcpython-23ad6d0d1a7a6145a01494f4f3913a63d1f0250c.zip
cpython-23ad6d0d1a7a6145a01494f4f3913a63d1f0250c.tar.gz
cpython-23ad6d0d1a7a6145a01494f4f3913a63d1f0250c.tar.bz2
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-02-19-14-27-51.bpo-32556.CsRsgr.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-02-19-14-27-51.bpo-32556.CsRsgr.rst b/Misc/NEWS.d/next/Library/2018-02-19-14-27-51.bpo-32556.CsRsgr.rst
new file mode 100644
index 0000000..1a475b3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-02-19-14-27-51.bpo-32556.CsRsgr.rst
@@ -0,0 +1,2 @@
+nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now
+correctly convert from bytes.