[Python-checkins] cpython: - move NEWS item to 3.5

matthias.klose python-checkins at python.org
Wed Apr 22 14:49:44 CEST 2015


https://hg.python.org/cpython/rev/6047f6506af5
changeset:   95767:6047f6506af5
user:        doko at ubuntu.com
date:        Wed Apr 22 14:49:27 2015 +0200
summary:
   - move NEWS item to 3.5

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@
 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 @@
 - 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
 -----

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list