diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-26 16:48:28 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-04-26 16:48:28 (GMT) |
commit | e96193d03710f2baabfd88c417b361901c371179 (patch) | |
tree | 5aace9ef611a289e2fd2daed0f69a04dfa14ebcb /Misc | |
parent | 7503509f196044e60d7506115a5919ad3eff6c58 (diff) | |
download | cpython-e96193d03710f2baabfd88c417b361901c371179.zip cpython-e96193d03710f2baabfd88c417b361901c371179.tar.gz cpython-e96193d03710f2baabfd88c417b361901c371179.tar.bz2 |
Add missing newline in NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |