From f413fb06b9361e8d250326c677d8252c2dc2fe00 Mon Sep 17 00:00:00 2001 From: Bill Janssen Date: Thu, 30 Aug 2007 18:08:06 +0000 Subject: added note on new ssl module and deprecation of socket.ssl --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 9377da9..1d14835 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -251,6 +251,8 @@ Library - Server-side SSL support and cert verification added, by Bill Janssen. +- socket.ssl deprecated; use new ssl module instead. + - uuid creation is now threadsafe. - EUC-KR codec now handles the cheot-ga-keut composed make-up hangul -- cgit v0.12