summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-05-23 21:56:23 (GMT)
committerLarry Hastings <larry@hastings.org>2015-05-23 21:56:23 (GMT)
commit8252cc98323cf699f9800bacf84166c8ffd3f5b6 (patch)
treed9d0128b21a4b9901d77cbd433cd5fb70619ee4e /Misc
parent1c858c352b8c11419f79f586334c49378726dba8 (diff)
downloadcpython-8252cc98323cf699f9800bacf84166c8ffd3f5b6.zip
cpython-8252cc98323cf699f9800bacf84166c8ffd3f5b6.tar.gz
cpython-8252cc98323cf699f9800bacf84166c8ffd3f5b6.tar.bz2
Backed out changeset 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 4a3f4ab..1769918 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).