summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index db9b8817fc..24b5189356 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1325,7 +1325,10 @@ Library
- ctypes.call_commethod was removed, since its only usage was in the defunct
samples directory.
-- Issue #16692: Added TLSv1.1 and TLSv1.2 support for the ssl modules.
+- Issue #16692: Added TLSv1.1 and TLSv1.2 support for the ssl modules.
+
+- Issue #16832: add abc.get_cache_token() to expose cache validity checking
+ support in ABCMeta.
IDLE
----