Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30912f3 commit 7563043Copy full SHA for 7563043
1 file changed
Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
15
Library
16
-------
17
18
+- Issue #17445: add difflib.diff_bytes() to support comparison of
19
+ byte strings (fixes a regression from Python 2).
20
+
21
- Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor
22
doesn't exist. Patch by Claudiu Popa.
23
@@ -202,9 +205,6 @@ Library
202
205
- Issue #23310: Fix MagicMock's initializer to work with __methods__, just
203
206
like configure_mock(). Patch by Kasia Jachim.
204
207
-- Issue #17445: add difflib.diff_bytes() to support comparison of
- byte strings (fixes a regression from Python 2).
-
208
209
Build
210
-----
0 commit comments