]> 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:06:54 +0000 (18:06 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Feb 2015 17:06:54 +0000 (18:06 +0100)
commit2d07b855855c13814c2050f2f062aadf936fa886
tree91f77b70250a13fe4b5ae714a225588795bcbb59
parent90caf017eecdc3e734df144ec793af4dda21953e
parent57fffd6f99d55ccd623b381622b989410a695b99
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