diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-07 20:59:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-07 20:59:13 (GMT) |
commit | 33d21a24fa3da625e20eb4d543eb1f9f6392f96c (patch) | |
tree | 163cb398c8d0c335a740f3e6f8f07db636a8bcfd /Misc | |
parent | 2fa0cbc9ae6bb8d29b3c8c1e871192602666157a (diff) | |
parent | 1ae230aa1a0c7b51839c6d07eaaddfeef71be63b (diff) | |
download | cpython-33d21a24fa3da625e20eb4d543eb1f9f6392f96c.zip cpython-33d21a24fa3da625e20eb4d543eb1f9f6392f96c.tar.gz cpython-33d21a24fa3da625e20eb4d543eb1f9f6392f96c.tar.bz2 |
merge 3.2 (#14212)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? =================================== |