[Python-checkins] r57743 - python/trunk/Misc/NEWS

bill.janssen python-checkins at python.org
Thu Aug 30 20:08:07 CEST 2007


Author: bill.janssen
Date: Thu Aug 30 20:08:06 2007
New Revision: 57743

Modified:
   python/trunk/Misc/NEWS
Log:
added note on new ssl module and deprecation of socket.ssl

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Aug 30 20:08:06 2007
@@ -251,6 +251,8 @@
 
 - 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


More information about the Python-checkins mailing list