summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-04-23 21:05:07 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-04-23 21:05:07 (GMT)
commit51454a62e235f27c28a24620c3df002d4076b57c (patch)
treefba1d8ad7d285be8201b93c13c3682ee4abbc4cc /Misc/NEWS
parent418fd74f87756c4312db496db92118bba2c4484a (diff)
parent0823ffb2fb16aa29cefd4c1b91edd82d9814e46a (diff)
downloadcpython-51454a62e235f27c28a24620c3df002d4076b57c.zip
cpython-51454a62e235f27c28a24620c3df002d4076b57c.tar.gz
cpython-51454a62e235f27c28a24620c3df002d4076b57c.tar.bz2
merge 3.2 (#24044)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8366627..1a313db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.7?
Core and Builtins
-----------------
+- Issue #24044: Fix possible null pointer dereference in list.sort in out of
+ memory conditions.
+
- Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
and fix by Guido Vranken.