Bug report
Bug description:
>>> import ntpath
>>> ntpath.isabs("/:/foo")
True
Expected: False, as /:/foo is relative to the drive or UNC share of the current working directory.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
Bug report
Bug description:
Expected:
False, as/:/foois relative to the drive or UNC share of the current working directory.CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
/:/forntpath.isabs#117362