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 serhiy.storchaka
Recipients eike, serhiy.storchaka
Date 2019-06-19.18:14:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560968073.18.0.429891338499.issue37339@roundup.psfhosted.org>
In-reply-to
Content
os.path.ismount() uses the same simple algorithm as a portable version of mountpoint. But mountpoint (and findmnt) from util-linux uses Linux specific methods (reads /proc/mounts or something like). See also issue29707.
History
Date User Action Args
2019-06-19 18:14:33serhiy.storchakasetrecipients: + serhiy.storchaka, eike
2019-06-19 18:14:33serhiy.storchakasetmessageid: <1560968073.18.0.429891338499.issue37339@roundup.psfhosted.org>
2019-06-19 18:14:33serhiy.storchakalinkissue37339 messages
2019-06-19 18:14:33serhiy.storchakacreate