]> granicus.if.org Git - python/commitdiff
- move NEWS item to 3.5
authordoko@ubuntu.com <doko@ubuntu.com>
Wed, 22 Apr 2015 12:49:27 +0000 (14:49 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Wed, 22 Apr 2015 12:49:27 +0000 (14:49 +0200)
Misc/NEWS

index 83a8da83a93349813e7c7dfb45fa29aa28edc8a9..b199ae2e0f19a13ab2330e0b80f8c8380818edb5 100644 (file)
--- 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
 -----