Mention issue #16832 in Misc/NEWS

This commit is contained in:
Łukasz Langa 2013-05-25 18:48:16 +02:00
parent eadd8cf507
commit a15b95536f

View file

@ -1327,6 +1327,9 @@ Library
- 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
----