(original) (raw)

changeset: 83930:d9828c438889 user: Ɓukasz Langa lukasz@langa.pl date: Sat May 25 18:48:16 2013 +0200 files: Misc/NEWS description: Mention issue #16832 in Misc/NEWS diff -r 5b17d5ca2ff1 -r d9828c438889 Misc/NEWS --- a/Misc/NEWS Sat May 25 18:41:50 2013 +0200 +++ b/Misc/NEWS Sat May 25 18:48:16 2013 +0200 @@ -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 ---- /lukasz@langa.pl