Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7563043

Browse files
committed
- move NEWS item to 3.5
1 parent 30912f3 commit 7563043

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Core and Builtins
1515
Library
1616
-------
1717

18+
- Issue #17445: add difflib.diff_bytes() to support comparison of
19+
byte strings (fixes a regression from Python 2).
20+
1821
- Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor
1922
doesn't exist. Patch by Claudiu Popa.
2023

@@ -202,9 +205,6 @@ Library
202205
- Issue #23310: Fix MagicMock's initializer to work with __methods__, just
203206
like configure_mock(). Patch by Kasia Jachim.
204207

205-
- Issue #17445: add difflib.diff_bytes() to support comparison of
206-
byte strings (fixes a regression from Python 2).
207-
208208

209209
Build
210210
-----

0 commit comments

Comments
 (0)