From a15b95536ffaabf3f2e047e6091bed9ff4c23fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Sat, 25 May 2013 18:48:16 +0200 Subject: [PATCH] Mention issue #16832 in Misc/NEWS --- Misc/NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index db9b8817fc8..24b51893566 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 ----