Bug report
Bug description:
>>> import ntpath
>>> ntpath.normpath("/:foo")
'/:foo'
Expected: \\:foo, like the python implementation for ntpath.normpath.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Reactions are currently unavailable
Bug report
Bug description:
Expected: \\:foo, like the python implementation for ntpath.normpath.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows