diff options
author | Christian Heimes <christian@cheimes.de> | 2013-11-19 23:41:29 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-11-19 23:41:29 (GMT) |
commit | 2658dd7cab487ee6361dba5a69623612dd69f448 (patch) | |
tree | 507a595c8a08fee827c94ddadc70fa4df179bf9c /Misc | |
parent | fb099c9ef134166ecaf3905c0d8b2995245f3ded (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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? =========================== |