From e96193d03710f2baabfd88c417b361901c371179 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 26 Apr 2015 18:48:28 +0200 Subject: [PATCH] Add missing newline in NEWS --- Misc/NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/NEWS b/Misc/NEWS index e44958bcaa3..961a4ee98f2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -14,6 +14,7 @@ Core and Builtins unnormalized StopIteration exception. Patch by Stefan Behnel. - Issue #24022: Fix tokenizer crash when processing undecodable source code. + - Issue #9951: Added a hex() method to bytes, bytearray, and memoryview. Library