]> granicus.if.org Git - python/commit
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#1985)
authorAntoine Pietri <antoine.pietri1@gmail.com>
Wed, 7 Jun 2017 17:18:56 +0000 (19:18 +0200)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 7 Jun 2017 17:18:56 +0000 (10:18 -0700)
commitceabf9acf03f9bbe660d856bff90ecab475ab543
treeed32702b01d5fa6247a70cb89e7e842157a3976d
parent09b6c0c71ea944f7e8b46998f3ebaf5b9fbe15f6
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#1985)
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/ACKS