From: Ɓukasz Langa Date: Sat, 25 May 2013 16:48:16 +0000 (+0200) Subject: Mention issue #16832 in Misc/NEWS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a15b95536ffaabf3f2e047e6091bed9ff4c23fed;p=python Mention issue #16832 in Misc/NEWS --- 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 ----