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, tylercrompton, xtreak
Date 2021-07-12.21:07:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALMUBWrZahvtxsYtmdCGhsVBVfLMrHoq9GtqotrDs5n3NiGaMw@mail.gmail.com>
In-reply-to <1626041929.22.0.834566645359.issue38825@roundup.psfhosted.org>
Content
Something like this:

   .. impl-detail::
      Where applicable (e.g. Unix) *path* must point to somewhere on a
**mounted** filesystem partition.

On Sun, 11 Jul 2021 at 16:18, Tyler Crompton <report@bugs.python.org> wrote:

>
> Tyler Crompton <tyler@tylercrompton.com> added the comment:
>
> Not even the kernel knows how much space is available on a nonmounted
> partition. It doesn't know much beyond the fact that it exists and where it
> exists. There exist tools that can analyze nonmounted partitions, but these
> will vary by filesystem and operating system. If someone wants to implement
> solutions for the most common filesystem-OS combinations, then that might
> be helpful.
>
> But considering that no one has done that or even asked for it yet, I'm
> not sure that doing so is worth the effort. So I agree that documenting it
> is the best approach. It should be documented such that the limitations are
> mentioned, not necessarily how it's implemented. If explaining which system
> calls are used helps explain the limitations, then so be it. Additionally,
> as far as I'm concerned, there's no reason to restrict other Python
> implementations from implementing functionality for nonmounted disks. So
> the limitations should be described as being CPython-specific, akin to what
> is done for `readline.set_auto_history`.
>
> ----------
> nosy: +tylercrompton
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue38825>
> _______________________________________
>
History
Date User Action Args
2021-07-12 21:07:41Norman Lorrainsetrecipients: + Norman Lorrain, giampaolo.rodola, tarek, docs@python, tylercrompton, Lord Anton Hvornum, xtreak
2021-07-12 21:07:41Norman Lorrainlinkissue38825 messages
2021-07-12 21:07:41Norman Lorraincreate