From: Antoine Pitrou Date: Sun, 26 Apr 2015 16:48:28 +0000 (+0200) Subject: Add missing newline in NEWS X-Git-Tag: v3.5.0b1~282 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e96193d03710f2baabfd88c417b361901c371179;p=thirdparty%2FPython%2Fcpython.git Add missing newline in NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index e44958bcaa3b..961a4ee98f26 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