summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-07 14:59:13 -0600
committerBenjamin Peterson <benjamin@python.org>2012-03-07 14:59:13 -0600
commit33d21a24fa3da625e20eb4d543eb1f9f6392f96c (patch)
tree163cb398c8d0c335a740f3e6f8f07db636a8bcfd /Misc
parent2fa0cbc9ae6bb8d29b3c8c1e871192602666157a (diff)
parent1ae230aa1a0c7b51839c6d07eaaddfeef71be63b (diff)
downloadcpython-git-33d21a24fa3da625e20eb4d543eb1f9f6392f96c.tar.gz
merge 3.2 (#14212)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3e591c71a..7d6441168f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,12 @@ Library
data or close method) for the Python implementation as well.
Drop the no-op TreeBuilder().xml() method from the C implementation.
+Extension Modules
+-----------------
+
+- Issue #14212: The re module didn't retain a reference to buffers it was
+ scanning, resulting in segfaults.
+
What's New in Python 3.3.0 Alpha 1?
===================================