summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-24 18:53:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-24 18:53:49 (GMT)
commit46c56119480b18f8583889b22d3a9b524e16e0ec (patch)
tree47047a6814e9928625034ab3555e278cc47c245f /Misc
parenta7a0ad6f73bbff0d3a30fca42be8ee36b90dc944 (diff)
downloadcpython-46c56119480b18f8583889b22d3a9b524e16e0ec.zip
cpython-46c56119480b18f8583889b22d3a9b524e16e0ec.tar.gz
cpython-46c56119480b18f8583889b22d3a9b524e16e0ec.tar.bz2
Backed out changeset: b0a0b9b59012
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 88818b6..abda41d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,9 @@ Core and Builtins
Library
-------
+- Issue #14373: Added C implementation of functools.lru_cache(). Based on
+ patches by Matt Joiner and Alexey Kachayev.
+
- Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
parameters and returns bytes in such situations (matching the os module APIs).