Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
diff --git a/Misc/NEWS b/Misc/NEWS
index cd6747e..3fe419b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -319,6 +319,9 @@
 Library
 -------
 
+- Issue #13227: functools.lru_cache() now has a option to distinguish
+  calls with different argument types.
+
 - Issue #6090: zipfile raises a ValueError when a document with a timestamp
   earlier than 1980 is provided. Patch contributed by Petri Lehtinen.