Closed
Description
Feature or enhancement
Proposal:
Four changes:
- Add link to
genericpath.py
& remove redundant availability in the documentation foros.path
- Deduplicate
lexists
& fallbackisjunction
implementations by defining them ingenericpath
. - Move fallback
ntpath.isdevdrive
togenericpath
to provide the same interface forposixpath
&ntpath
. - Add
isdevdrive
tontpath.__all__
.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response