# Bug report ### Bug description: ```python >>> 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