[Python-checkins] python/dist/src/Tools/msi msi.py, 1.16.2.2, 1.16.2.3

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Dec 22 13:56:49 CET 2004


Update of /cvsroot/python/python/dist/src/Tools/msi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26230
Modified Files:
 Tag: release24-maint
	msi.py 
Log Message:
Properly quote IDLE shortcut. Fixes #1076861.
Index: msi.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/msi/msi.py,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -u -d -r1.16.2.2 -r1.16.2.3
--- msi.py	22 Dec 2004 12:36:08 -0000	1.16.2.2
+++ msi.py	22 Dec 2004 12:56:46 -0000	1.16.2.3
@@ -1080,9 +1080,9 @@
 if have_tcl:
 tcltkshortcuts = [
 ("IDLE", "MenuDir", "IDLE|IDLE (Python GUI)", "pythonw.exe",
- tcltk.id, r"[TARGETDIR]Lib\idlelib\idle.pyw", None, None, "python_icon.exe", 0, None, "TARGETDIR"),
+ tcltk.id, r'"[TARGETDIR]Lib\idlelib\idle.pyw"', None, None, "python_icon.exe", 0, None, "TARGETDIR"),
 ("PyDoc", "MenuDir", "MODDOCS|Module Docs", "pythonw.exe",
- tcltk.id, r"[TARGETDIR]Tools\scripts\pydocgui.pyw", None, None, "python_icon.exe", 0, None, "TARGETDIR"),
+ tcltk.id, r'"[TARGETDIR]Tools\scripts\pydocgui.pyw"', None, None, "python_icon.exe", 0, None, "TARGETDIR"),
 ]
 add_data(db, "Shortcut",
 tcltkshortcuts +


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /