summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-19 23:41:29 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-19 23:41:29 (GMT)
commit2658dd7cab487ee6361dba5a69623612dd69f448 (patch)
tree507a595c8a08fee827c94ddadc70fa4df179bf9c /Misc
parentfb099c9ef134166ecaf3905c0d8b2995245f3ded (diff)
downloadcpython-2658dd7cab487ee6361dba5a69623612dd69f448.zip
cpython-2658dd7cab487ee6361dba5a69623612dd69f448.tar.gz
cpython-2658dd7cab487ee6361dba5a69623612dd69f448.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 4278e95..28d80c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,9 @@ Tests
Build
-----
+- Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH
+ for nmake.exe correctly.
+
What's New in Python 3.3.3?
===========================