bpo-36689: os.path.commonpath raises ValueError for different drives isn't documented by MakDon · Pull Request #14045 · python/cpython

@MakDon

It would raise ValueError("Paths don't have the same drive") if the paths on different drivers, which doesn't documented.

@MakDon MakDon changed the title bpo-issue36689: os.path.commonpath raises ValueError for different drives isn't documented bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented

Jun 13, 2019

@MakDon

mangrisano

@MakDon

mangrisano

asvetlov

@MakDon MakDon changed the title bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented bpo-36689: os.path.commonpath raises ValueError for different drives isn't documented

Jun 13, 2019

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019

@MakDon @lisroach

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020

@MakDon @DinoV