This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Norman Lorrain
Recipients Lord Anton Hvornum, Norman Lorrain, docs@python, giampaolo.rodola, tarek, xtreak
Date 2021-06-25.00:37:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624581439.49.0.998312974071.issue38825@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-06-25 00:37:19Norman Lorrainsetrecipients: + Norman Lorrain, giampaolo.rodola, tarek, docs@python, Lord Anton Hvornum, xtreak
2021-06-25 00:37:19Norman Lorrainsetmessageid: <1624581439.49.0.998312974071.issue38825@roundup.psfhosted.org>
2021-06-25 00:37:19Norman Lorrainlinkissue38825 messages
2021-06-25 00:37:18Norman Lorraincreate