-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed as not planned
Labels
Description
Bug report
Bug description:
import ntpath
print(ntpath.join('c:', 'x', 'y'))I would expect the following code to print 'c:\\x\\y', yet it prints 'c:x\\y', Would you expect a PR that changes the current behaviour?
CPython versions tested on:
3.10, 3.11, 3.12, 3.13, CPython main branch
Operating systems tested on:
Linux, Windows