Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
>>>frompathlibimportPureWindowsPath>>>a='C:/a/b'>>>b='C:x/y'>>>PureWindowsPath(a,b)PureWindowsPath('C:x/y')>>>PureWindowsPath(a)/bPureWindowsPath('C:/a/b/x/y')
Seems to be the only case where thePureWindowsPath constuctor andjoinpath() disagree when given the same arguments. This has implications for future work, so I'd love to make them consistent.
Affects all supported versions of Python.