summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-17 06:37:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-17 06:37:42 (GMT)
commit4d02b1b2bb77ea8c40dea1e3a2f17949e6ebdc63 (patch)
treeb0e84be60ce2e66291392e7e220d1b16572e434c /Misc
parent17061a99b03dc101e7ab7a20ab23411f077b3efe (diff)
parent6423429325f4f2309892f530417bc9737268be38 (diff)
downloadcpython-4d02b1b2bb77ea8c40dea1e3a2f17949e6ebdc63.zip
cpython-4d02b1b2bb77ea8c40dea1e3a2f17949e6ebdc63.tar.gz
cpython-4d02b1b2bb77ea8c40dea1e3a2f17949e6ebdc63.tar.bz2
merge 3.5 (#27783)
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 f1166a8..b6de807 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,8 @@ Library
- In the curses module, raise an error if window.getstr() or window.instr() is
passed a negative value.
+- Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
+
- Issue #27774: Fix possible Py_DECREF on unowned object in _sre.
- Issue #27760: Fix possible integer overflow in binascii.b2a_qp.