summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-04-26 16:48:28 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-04-26 16:48:28 (GMT)
commite96193d03710f2baabfd88c417b361901c371179 (patch)
tree5aace9ef611a289e2fd2daed0f69a04dfa14ebcb /Misc
parent7503509f196044e60d7506115a5919ad3eff6c58 (diff)
downloadcpython-e96193d03710f2baabfd88c417b361901c371179.zip
cpython-e96193d03710f2baabfd88c417b361901c371179.tar.gz
cpython-e96193d03710f2baabfd88c417b361901c371179.tar.bz2
Add missing newline in NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e44958b..961a4ee 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