Right click 'go to file/line' not working if spaces
in path.  Bug 5559.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index b927b9c..a7ac7b7 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@
 
 *Release date: XX-XXX-2009*
 
+- OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
+  file paths containing spaces.  Bug 5559.
+
 - Windows: Version string for the .chm help file changed, file not being
   accessed  Patch 5783 Guilherme Polo