From 60988dab7a1556417807673397e1a39e4ad075e5 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 15 Feb 2015 18:03:59 +0100 Subject: Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. Detected and fixed by Serhiy. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Misc') diff --git a/Misc/NEWS b/Misc/NEWS index 47e325da4b..ca4685c9f6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #23146: Fix mishandling of absolute Windows paths with forward + slashes in pathlib. + - Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. - Issue #23361: Fix possible overflow in Windows subprocess creation code. -- cgit v1.2.1