]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing newline in NEWS
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 26 Apr 2015 16:48:28 +0000 (18:48 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 26 Apr 2015 16:48:28 +0000 (18:48 +0200)
Misc/NEWS

index e44958bcaa3b31953579c361e125d72f6df5adf6..961a4ee98f268112ff65b7bab268c30cc2252d7f 100644 (file)
--- 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