summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-11-02 03:39:21 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-11-02 03:39:21 (GMT)
commit4b2b1de0bdca9020a015473c5348e1a1d4bb53f9 (patch)
tree973bb0c572ba91436bf387b71f9f025d01284bf4 /Misc/NEWS
parent91f01e175a4f8f21893401573bdc36c5004388dd (diff)
downloadcpython-4b2b1de0bdca9020a015473c5348e1a1d4bb53f9.zip
cpython-4b2b1de0bdca9020a015473c5348e1a1d4bb53f9.tar.gz
cpython-4b2b1de0bdca9020a015473c5348e1a1d4bb53f9.tar.bz2
Issue #17896: Move Windows external lib sources from .. to externals.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c52aa62..8a5ca30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,9 @@ Build
Windows
-------
+- Issue #17896: The Windows build scripts now expect external library sources
+ to be in ``PCbuild\..\externals`` rather than ``PCbuild\..\..``.
+
- Issue #17717: The Windows build scripts now use a copy of NASM pulled from
svn.python.org to build OpenSSL.