summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-16 05:03:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-16 05:03:44 (GMT)
commit10bc0f6edf4c24bffe13a0f7aae060ea477aad1e (patch)
treeb7f2ec825359c46103224f56f1a213948cb0e580 /Misc
parent432ea4ff375f920fa4a469d34e5dad56fb33f915 (diff)
parent3a27b0857ef6d35911509eef88e567663bb0a0b6 (diff)
downloadcpython-10bc0f6edf4c24bffe13a0f7aae060ea477aad1e.zip
cpython-10bc0f6edf4c24bffe13a0f7aae060ea477aad1e.tar.gz
cpython-10bc0f6edf4c24bffe13a0f7aae060ea477aad1e.tar.bz2
merge 3.3 (#27774)
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 bff6e00..cbac81a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Library
- In the curses module, raise an error if window.getstr() or window.instr() is
passed a negative value.
+- Issue #27774: Fix possible Py_DECREF on unowned object in _sre.
+
- Issue #27760: Fix possible integer overflow in binascii.b2a_qp.
- Issue #27758: Fix possible integer overflow in the _csv module for large record