summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-14 09:58:55 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-14 09:58:55 (GMT)
commitd73168d954f03dea03efc51552a0ed6305333e30 (patch)
tree3888b293e5bf43c855ec2d7bba9ff2abd76f13f8 /Misc
parenteda87127a892cb760f64d4785581cbb405b320f5 (diff)
downloadcpython-d73168d954f03dea03efc51552a0ed6305333e30.zip
cpython-d73168d954f03dea03efc51552a0ed6305333e30.tar.gz
cpython-d73168d954f03dea03efc51552a0ed6305333e30.tar.bz2
Extend build_ssl to Win64, using VSExtComp.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7820213..b07bb4e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,8 @@ Extension Modules
Build
-----
+- Automate Windows build process for the Win64 SSL module.
+
- 'configure' now detects the zlib library the same way as distutils.
Previously, the slight difference could cause compilation errors of the
'zlib' module on systems with more than one version of zlib.