Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37339>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to