diff options
author | Joe Pamer <jopamer@users.noreply.github.com> | 2018-09-25 14:57:36 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-25 14:57:36 (GMT) |
commit | c8c0249c9e8f61ab7670119a5a5278354df27bbb (patch) | |
tree | 79ccb9272364f0e7265b4cedce939b4df5129d38 /Misc | |
parent | 604e7b9931f9e7881a2941816e538f5f15930db8 (diff) | |
download | cpython-c8c0249c9e8f61ab7670119a5a5278354df27bbb.zip cpython-c8c0249c9e8f61ab7670119a5a5278354df27bbb.tar.gz cpython-c8c0249c9e8f61ab7670119a5a5278354df27bbb.tar.bz2 |
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
https://bugs.python.org/issue32557
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2018-09-25-10-39-27.bpo-32557.Rs1bf9.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-09-25-10-39-27.bpo-32557.Rs1bf9.rst b/Misc/NEWS.d/next/Windows/2018-09-25-10-39-27.bpo-32557.Rs1bf9.rst new file mode 100644 index 0000000..d93c55a --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2018-09-25-10-39-27.bpo-32557.Rs1bf9.rst @@ -0,0 +1 @@ +Allow shutil.disk_usage to take a file path on Windows |