Add missing newline in NEWS

This commit is contained in:
Antoine Pitrou 2015-04-26 18:48:28 +02:00
parent 7503509f19
commit e96193d037
1 changed files with 1 additions and 0 deletions

View File

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