summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-12 15:23:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-12 15:23:35 (GMT)
commit994c7f76a3cffd123183b2437580d3d4f09ab197 (patch)
tree2cb55213f289e4920026946d0603ce3488b85f22 /Misc
parentc216c4869921cb9ade491704f945d6f1401ccbcc (diff)
parent6c14f231005a2a3a63bd4b0157c908e94bd834ac (diff)
downloadcpython-994c7f76a3cffd123183b2437580d3d4f09ab197.zip
cpython-994c7f76a3cffd123183b2437580d3d4f09ab197.tar.gz
cpython-994c7f76a3cffd123183b2437580d3d4f09ab197.tar.bz2
merge 3.4 (#22849)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c72d96..ef98134 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,6 +188,8 @@ Library
- Issue #22578: Added attributes to the re.error class.
+- Issue #22849: Fix possible double free in the io.TextIOWrapper constructor.
+
- Issue #12728: Different Unicode characters having the same uppercase but
different lowercase are now matched in case-insensitive regular expressions.