From: Kevin A. <ka...@us...> - 2004-08-08 18:32:02
|
Update of /cvsroot/pythoncard/PythonCard/tools/codeEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29050/tools/codeEditor Modified Files: codeEditor.py Log Message: switched to docs.pytho.org in URLs Index: codeEditor.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/codeEditor/codeEditor.py,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** codeEditor.py 8 Aug 2004 15:30:33 -0000 1.120 --- codeEditor.py 8 Aug 2004 18:31:53 -0000 1.121 *************** *** 53,57 **** shell_url = util.documentationURL("shell.html") ! help_url = "http://www.python.org/doc/current/" if sys.platform.startswith("win"): fn = os.path.dirname(os.__file__) --- 53,57 ---- shell_url = util.documentationURL("shell.html") ! help_url = "http://docs.python.org/" if sys.platform.startswith("win"): fn = os.path.dirname(os.__file__) |