- move NEWS item to 3.5

This commit is contained in:
doko@ubuntu.com 2015-04-22 14:49:27 +02:00
parent 30912f3db0
commit 7563043bb5
1 changed files with 3 additions and 3 deletions

View File

@ -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
-----