summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-17 06:37:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-17 06:37:33 (GMT)
commit6423429325f4f2309892f530417bc9737268be38 (patch)
tree09ffa4230648c77570e136cdd419fbf6d3dcdf5a /Misc
parent379a3ffaf21f89720f0f052802a09672a54d8dd3 (diff)
parenta12d92bec1858a76f2c5519bce07c8a00a891207 (diff)
downloadcpython-6423429325f4f2309892f530417bc9737268be38.zip
cpython-6423429325f4f2309892f530417bc9737268be38.tar.gz
cpython-6423429325f4f2309892f530417bc9737268be38.tar.bz2
merge 3.4 (#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 6c016f3..0946553 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,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.