diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-11-30 10:36:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-11-30 10:36:49 (GMT) |
commit | 841edad43ceb903dbbc3b5f4621ec0628d2ca8dc (patch) | |
tree | ce562e5c58d5c72c30978ec9ba0b7245de822d74 /Misc | |
parent | 779281caf78c4bedea42fa299d2069ec4e8482bc (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ---- |