summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-11-26 22:34:45 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-11-26 22:34:45 (GMT)
commit14fff88773a1a01441654c0fc45d323801e5dbe8 (patch)
tree467d56d3fca2d4564d61e12a9f1fda1417146cf6 /Misc
parent6a228330d09a860d715614555df2c80434e56aa2 (diff)
parentbb65b5bf1dcc17519e4173ecb64a86228cc5cb58 (diff)
downloadcpython-14fff88773a1a01441654c0fc45d323801e5dbe8.zip
cpython-14fff88773a1a01441654c0fc45d323801e5dbe8.tar.gz
cpython-14fff88773a1a01441654c0fc45d323801e5dbe8.tar.bz2
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f7a98c3..88bef18 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,12 @@ Tests
- Issue #19588: Fixed tests in test_random that were silently skipped most
of the time. Patch by Julian Gindi.
+Build
+-----
+
+- Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
+ pythoncore sub-project. This should prevent build errors due a previous
+ build's python(_d).exe still running.
What's New in Python 3.4.0 Beta 1?
==================================