summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-07-06 11:03:01 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-07-06 11:03:01 (GMT)
commit02eae6b1f23d1c5ea87816f1f8d15cdab2dfaf0a (patch)
treefbce883b7dda0006f6124e94ef8af88f26c9ee26 /Misc/NEWS
parente12aa62d689f435b9b75cde51e432d997646d5f9 (diff)
parent03d6ee382340dc1db57d7bbc269de0e102ed1a7a (diff)
downloadcpython-02eae6b1f23d1c5ea87816f1f8d15cdab2dfaf0a.zip
cpython-02eae6b1f23d1c5ea87816f1f8d15cdab2dfaf0a.tar.gz
cpython-02eae6b1f23d1c5ea87816f1f8d15cdab2dfaf0a.tar.bz2
Issue #18684: Fixed reading out of the buffer in the re module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cec6779..b45b48d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@ Core and Builtins
Library
-------
+- Issue #18684: Fixed reading out of the buffer in the re module.
+
- Issue #24259: tarfile now raises a ReadError if an archive is truncated
inside a data segment.