summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-07-15 15:10:28 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-07-15 15:10:28 (GMT)
commit9ba6962a041c94773ca250aa2e103f153666a11c (patch)
treed3d6cd4c946a86932b8e95c8a1e774fa512fabdb /Misc/NEWS
parent24c05bc1542d9637550d5253306016412e5119d3 (diff)
parent9ad51ec81b4fd9e753f92b5d0c840e18c0762c40 (diff)
downloadcpython-9ba6962a041c94773ca250aa2e103f153666a11c.zip
cpython-9ba6962a041c94773ca250aa2e103f153666a11c.tar.gz
cpython-9ba6962a041c94773ca250aa2e103f153666a11c.tar.bz2
Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 78d55ea..b9b2f48 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
+
- Issue #18342: Use the repr of a module name when an import fails when using
``from ... import ...``.