]> granicus.if.org Git - python/commit
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Feb 2015 17:03:59 +0000 (18:03 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Feb 2015 17:03:59 +0000 (18:03 +0100)
commit57fffd6f99d55ccd623b381622b989410a695b99
treee7496d2dd553e3843195302918b6cb874eb25704
parent0aa74e10bb7697db00514d62269ff9cae7bd7af9
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.

Detected and fixed by Serhiy.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS