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 eike
Recipients eike, serhiy.storchaka
Date 2019-06-20.09:18:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561022320.22.0.475253633852.issue37339@roundup.psfhosted.org>
In-reply-to
Content
I read the other issue, thanks.

What do you mean by "portable version of mountpoint"? Is there a portable version of mountpoint or was it more a figure of speech?

Concerning the issue itself:

What are the priorities with the behaviour of ismount?
Is it more important to be consistent with the system it is run on or is it more important that every python instance on every system would return the same values?

I see merits for both, I'm just curious what the python developers value more.

In case it is the later I propose to change the docs on ismount again to include that it disagrees with Linux on nested btrfs subvolumes.

If you like I can make a pull request for that.
My favourite solution would be to have agreement with linux on this but at the moment I have no idea how that could be implemented without resorting to Linux native utilities.
History
Date User Action Args
2019-06-20 09:18:40eikesetrecipients: + eike, serhiy.storchaka
2019-06-20 09:18:40eikesetmessageid: <1561022320.22.0.475253633852.issue37339@roundup.psfhosted.org>
2019-06-20 09:18:40eikelinkissue37339 messages
2019-06-20 09:18:39eikecreate