summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-05-23 21:57:12 (GMT)
committerLarry Hastings <larry@hastings.org>2015-05-23 21:57:12 (GMT)
commitd68ec172d122366ba6b6a19ae21376b6e6e4bdd4 (patch)
tree8c6ee9be1eb1335cb703f3e57408ada6e78614cf /Misc
parent11d7b1423fc44d764eba7065ea5eba58ed748b21 (diff)
parent8252cc98323cf699f9800bacf84166c8ffd3f5b6 (diff)
downloadcpython-d68ec172d122366ba6b6a19ae21376b6e6e4bdd4.zip
cpython-d68ec172d122366ba6b6a19ae21376b6e6e4bdd4.tar.gz
cpython-d68ec172d122366ba6b6a19ae21376b6e6e4bdd4.tar.bz2
Merge backout of 57776eee74f2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa387ab..ef2a0f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,9 +63,6 @@ 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).