[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.81,1.82

mhammond@users.sourceforge.net mhammond@users.sourceforge.net
Mon, 02 Dec 2002 22:13:37 -0800


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv6757

Modified Files:
	whatsnew23.tex 
Log Message:
_ssl.pyd available for Windows.


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** whatsnew23.tex	1 Dec 2002 14:00:21 -0000	1.81
--- whatsnew23.tex	3 Dec 2002 06:13:35 -0000	1.82
***************
*** 1220,1223 ****
--- 1220,1226 ----
  software development process in action.
  
+ \item On Windows, the \module{socket} module now ships with Secure 
+ Sockets Library (SSL) support.
+ 
  \item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed
  at the Python level as \code{sys.api_version}.