summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2013-05-25 18:48:16 +0200
committerŁukasz Langa <lukasz@langa.pl>2013-05-25 18:48:16 +0200
commita15b95536ffaabf3f2e047e6091bed9ff4c23fed (patch)
tree289ae257a09844375fad035971b5c2e4e0527938
parenteadd8cf507e876a6ea4c338a0004954d2d732ac0 (diff)
downloadcpython-git-a15b95536ffaabf3f2e047e6091bed9ff4c23fed.tar.gz
Mention issue #16832 in Misc/NEWS
-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
----