Closed
Description
Feature or enhancement
Proposal:
Currently posixpath.ismount
uses realpath(join(path, '..'))
to get the parent of the mount. This is absolutely overkill and should only be used when join(path, '..')
isn't sufficient.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere