Eryk Sun added the comment:

This differs slightly from WinAPI PathCchCombineEx, which fails the example 
case as an invalid parameter. If the second path is rooted but without a drive 
or UNC share, then if the first path is relative it must be at least drive 
relative (e.g. "C:dir1"). Should Python's documented behavior change in 3.7 to 
match PathCchCombineEx in this case?

----------
nosy: +eryksun
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30906>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to