summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-19 23:50:38 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-19 23:50:38 (GMT)
commit888dcc32cd8bb0d5169c461468a405004781811c (patch)
tree2c8d065c45b48c33ab9826f112c6b7f379564245 /Misc
parent6715828d89fcb70f6a398f7488c090763acf0084 (diff)
parent2658dd7cab487ee6361dba5a69623612dd69f448 (diff)
downloadcpython-888dcc32cd8bb0d5169c461468a405004781811c.zip
cpython-888dcc32cd8bb0d5169c461468a405004781811c.tar.gz
cpython-888dcc32cd8bb0d5169c461468a405004781811c.tar.bz2
Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3da2567..619feb2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -298,6 +298,9 @@ Tests
Build
-----
+- Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH
+ for nmake.exe correctly.
+
- Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip).
- Issue #19520: Fix compiler warning in the _sha3 module on 32bit Windows.