[Python-checkins] cpython: Mention issue #16832 in Misc/NEWS

lukasz.langa python-checkins at python.org
Sat May 25 18:48:36 CEST 2013


http://hg.python.org/cpython/rev/d9828c438889
changeset:   83930:d9828c438889
user:        Łukasz Langa <lukasz at langa.pl>
date:        Sat May 25 18:48:16 2013 +0200
summary:
  Mention issue #16832 in Misc/NEWS

files:
  Misc/NEWS |  5 ++++-
  1 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1325,7 +1325,10 @@
 - 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
 ----

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list