From 7563043bb555ce57bbd3dd805363a5e25c928efe Mon Sep 17 00:00:00 2001 From: "doko@ubuntu.com" Date: Wed, 22 Apr 2015 14:49:27 +0200 Subject: - move NEWS item to 3.5 --- Misc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 83a8da8..b199ae2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -15,6 +15,9 @@ Core and Builtins Library ------- +- Issue #17445: add difflib.diff_bytes() to support comparison of + byte strings (fixes a regression from Python 2). + - Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. Patch by Claudiu Popa. @@ -202,9 +205,6 @@ Library - Issue #23310: Fix MagicMock's initializer to work with __methods__, just like configure_mock(). Patch by Kasia Jachim. -- Issue #17445: add difflib.diff_bytes() to support comparison of - byte strings (fixes a regression from Python 2). - Build ----- -- cgit v0.12