Norman Lorrain <normanlorr...@gmail.com> added the comment:
This issue is a bit dated, but here goes: On Unix, the function `statvfs()` is called. `path` should be a path on a mounted filesystem (it should not be a device). On Windows, the function `GetDiskFreeSpaceExW()` is called. `path` is any directory on a disk volume. Looking through the rest of the page, no other functions get into such specifics; maybe this is outside the scope of the document. Maybe the issue should be closed. ---------- nosy: +Norman Lorrain _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38825> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com