]> granicus.if.org Git - python/commitdiff
Mention issue #16832 in Misc/NEWS
authorŁukasz Langa <lukasz@langa.pl>
Sat, 25 May 2013 16:48:16 +0000 (18:48 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 25 May 2013 16:48:16 +0000 (18:48 +0200)
Misc/NEWS

index db9b8817fc8f38c294b0cd940ee2b28bf4d15cd2..24b51893566bff58aaabe6dfe750d8e355297aa0 100644 (file)
--- 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
 ----