From: Tim Peters Date: Tue, 9 Apr 2002 01:16:08 +0000 (+0000) Subject: Weasle-word the SSL-on-Windows blurb. X-Git-Tag: v2.1.3~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=9c55088810a9bd4170edfa5d3caeaea96b62a680;p=thirdparty%2FPython%2Fcpython.git Weasle-word the SSL-on-Windows blurb. --- diff --git a/Misc/NEWS b/Misc/NEWS index 3ff691eafe5e..edeced087625 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -30,7 +30,11 @@ Windows - The installer now installs Start menu shortcuts under (the local equivalent of) "All Users" when doing an Admin install. -- A bug fix that makes SSL support work on Windows was added. +- If you do what it takes to compile SSL support for Windows, a bug in + httplib.py prevented SSL from working correctly. That bug has been + fixed, but note that SSL support on Windows is still not enabled in + this release. + What's New in Python 2.1.2 (final)? ===================================