diff options
author | Łukasz Langa <lukasz@langa.pl> | 2013-05-25 18:48:16 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2013-05-25 18:48:16 +0200 |
commit | a15b95536ffaabf3f2e047e6091bed9ff4c23fed (patch) | |
tree | 289ae257a09844375fad035971b5c2e4e0527938 | |
parent | eadd8cf507e876a6ea4c338a0004954d2d732ac0 (diff) | |
download | cpython-git-a15b95536ffaabf3f2e047e6091bed9ff4c23fed.tar.gz |
Mention issue #16832 in Misc/NEWS
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ---- |