summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2002-12-03 06:16:08 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2002-12-03 06:16:08 (GMT)
commitc3de008d62ac27137dd773d83d3bc37b1967be4b (patch)
tree7f19156aa476d4480e059249b76989a99d7db61b
parent8af50bcf402a246dd5592df6129e7484cb6f86f6 (diff)
downloadcpython-c3de008d62ac27137dd773d83d3bc37b1967be4b.zip
cpython-c3de008d62ac27137dd773d83d3bc37b1967be4b.tar.gz
cpython-c3de008d62ac27137dd773d83d3bc37b1967be4b.tar.bz2
_ssl.pyd added for Windows.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 05d9b12..91fe049 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -851,6 +851,9 @@ Windows
XXX Python, what must they do to convert it?
XXX I'm still not sure how to link this thing (see PCbuild/readme.txt).
XXX The version # is likely to change before 2.3a1.
+
+- The Windows distribution now ships with a Secure Sockets Library (SLL)
+ module (_ssl.pyd)
- The Windows distribution now ships with Tcl/Tk version 8.4.1 (it
previously shipped with Tcl/Tk 8.3.2).