summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthieu Caneill <matthieucan@users.noreply.github.com>2023-07-22 15:58:06 (GMT)
committerGitHub <noreply@github.com>2023-07-22 15:58:06 (GMT)
commit6e5f2235f3754307292c7d8d3698958136b5e311 (patch)
tree50dec2433138248d8c288eb3d773fa6a20749679 /Misc
parent149748ea4f552e6fe43a1d6d69bd65910a7c4813 (diff)
downloadcpython-6e5f2235f3754307292c7d8d3698958136b5e311.zip
cpython-6e5f2235f3754307292c7d8d3698958136b5e311.tar.gz
cpython-6e5f2235f3754307292c7d8d3698958136b5e311.tar.bz2
gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystems on Unix (#107031)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-07-22-15-51-33.gh-issue-83006.21zaCz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-07-22-15-51-33.gh-issue-83006.21zaCz.rst b/Misc/NEWS.d/next/Library/2023-07-22-15-51-33.gh-issue-83006.21zaCz.rst
new file mode 100644
index 0000000..e64d186
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-07-22-15-51-33.gh-issue-83006.21zaCz.rst
@@ -0,0 +1,2 @@
+Document behavior of :func:`shutil.disk_usage` for non-mounted filesystems
+on Unix.