idle.py modified and simplified to better support
developing experimental versions of IDLE which are
not installed in the standard location.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index a7ac7b7..fee9c61 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@
*Release date: XX-XXX-2009*
+- idle.py modified and simplified to better support developing experimental
+ versions of IDLE which are not installed in the standard location.
+
- OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
file paths containing spaces. Bug 5559.