[New-bugs-announce] [issue30897] Add a ismount() to pathlib

Cooper Lees report at bugs.python.org
Mon Jul 10 22:35:10 EDT 2017


New submission from Cooper Lees:

It would be nice to have pathlib.Path objects to have a ismount() function to return a bool if it is a POSIX mount point, similar to `os.path.ismount(path)`

----------
components: Library (Lib)
messages: 298104
nosy: cooperlees
priority: normal
severity: normal
status: open
title: Add a ismount() to pathlib
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30897>
_______________________________________


More information about the New-bugs-announce mailing list