diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-09 23:56:26 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-09 23:56:26 (GMT) |
commit | 0a66a1cdd61ce7239298e19c938b05ade99cde8a (patch) | |
tree | a0c5960f506eb71da05f090f7adf7e0e1ff17271 /Misc | |
parent | 04c954d2754e917c037c032579ee5aa95da6529e (diff) | |
parent | 46a02db90b295bfec1712515e09aeda31bbe84e0 (diff) | |
download | cpython-0a66a1cdd61ce7239298e19c938b05ade99cde8a.zip cpython-0a66a1cdd61ce7239298e19c938b05ade99cde8a.tar.gz cpython-0a66a1cdd61ce7239298e19c938b05ade99cde8a.tar.bz2 |
Merge 3.6 (issue #28653)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------------- |