summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-04-19-15-29-55.bpo-36650._EVdrz.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-04-19-15-29-55.bpo-36650._EVdrz.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-04-19-15-29-55.bpo-36650._EVdrz.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-19-15-29-55.bpo-36650._EVdrz.rst b/Misc/NEWS.d/next/Library/2019-04-19-15-29-55.bpo-36650._EVdrz.rst
deleted file mode 100644
index de10575fc2..0000000000
--- a/Misc/NEWS.d/next/Library/2019-04-19-15-29-55.bpo-36650._EVdrz.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-The C version of functools.lru_cache() was treating calls with an empty
-``**kwargs`` dictionary as being distinct from calls with no keywords at all.
-This did not result in an incorrect answer, but it did trigger an unexpected
-cache miss.