[Python-3000-checkins] r57857 - python/branches/py3k/Lib/idlelib/EditorWindow.py

kurt.kaiser python-3000-checkins at python.org
Fri Aug 31 23:40:56 CEST 2007


Author: kurt.kaiser
Date: Fri Aug 31 23:40:34 2007
New Revision: 57857

Modified:
   python/branches/py3k/Lib/idlelib/EditorWindow.py
Log:
Point IDLE  menu Help / Python Docs at Python 3000 version


Modified: python/branches/py3k/Lib/idlelib/EditorWindow.py
==============================================================================
--- python/branches/py3k/Lib/idlelib/EditorWindow.py	(original)
+++ python/branches/py3k/Lib/idlelib/EditorWindow.py	Fri Aug 31 23:40:34 2007
@@ -82,7 +82,7 @@
                     # Safari requires real file:-URLs
                     EditorWindow.help_url = 'file://' + EditorWindow.help_url
             else:
-                EditorWindow.help_url = "http://www.python.org/doc/current"
+                EditorWindow.help_url = "http://docs.python.org/dev/3.0/"
         currentTheme=idleConf.CurrentTheme()
         self.flist = flist
         root = root or flist.root


More information about the Python-3000-checkins mailing list