summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-11-30 10:36:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-11-30 10:36:49 (GMT)
commit841edad43ceb903dbbc3b5f4621ec0628d2ca8dc (patch)
treece562e5c58d5c72c30978ec9ba0b7245de822d74 /Misc
parent779281caf78c4bedea42fa299d2069ec4e8482bc (diff)
downloadcpython-841edad43ceb903dbbc3b5f4621ec0628d2ca8dc.zip
cpython-841edad43ceb903dbbc3b5f4621ec0628d2ca8dc.tar.gz
cpython-841edad43ceb903dbbc3b5f4621ec0628d2ca8dc.tar.bz2
Issue #4407: Fix source file that caused the compileall step in Windows
installer to fail.
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 7a833a3..d802692 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,12 @@ Library
- Issue #4383: When IDLE cannot make the connection to its subprocess, it would
fail to properly display the error message.
+Build
+-----
+
+- Issue #4407: Fix source file that caused the compileall step in Windows installer
+ to fail.
+
Docs
----