summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-06-08 08:19:24 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-06-08 08:19:24 (GMT)
commite7070f09bcbc4aa960216d099beff4431744a7e2 (patch)
tree0959f5c789d72922945ae6e250845585d64e840c /Misc/NEWS
parent77cb197aaa289d1815b9b476f48ebe86d9b75a72 (diff)
downloadcpython-e7070f09bcbc4aa960216d099beff4431744a7e2.zip
cpython-e7070f09bcbc4aa960216d099beff4431744a7e2.tar.gz
cpython-e7070f09bcbc4aa960216d099beff4431744a7e2.tar.bz2
Issue #14373: C implementation of functools.lru_cache() now can be used with
methods.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 03b8631..1609816 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #14373: C implementation of functools.lru_cache() now can be used with
+ methods.
+
- Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon
Milam