summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-09 23:56:26 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-09 23:56:26 (GMT)
commit0a66a1cdd61ce7239298e19c938b05ade99cde8a (patch)
treea0c5960f506eb71da05f090f7adf7e0e1ff17271 /Misc
parent04c954d2754e917c037c032579ee5aa95da6529e (diff)
parent46a02db90b295bfec1712515e09aeda31bbe84e0 (diff)
downloadcpython-0a66a1cdd61ce7239298e19c938b05ade99cde8a.zip
cpython-0a66a1cdd61ce7239298e19c938b05ade99cde8a.tar.gz
cpython-0a66a1cdd61ce7239298e19c938b05ade99cde8a.tar.bz2
Merge 3.6 (issue #28653)
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 ee3cb20..4e6ee55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@ Library
- Issue #28652: Make loop methods reject socket kinds they do not support.
+- Issue #28653: Fix a refleak in functools.lru_cache.
+
Documentation
-------------