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