@@ -1324,8 +1324,6 @@ def add_registry(db):
13241324 tcltkshortcuts = [
13251325 ("IDLE" , "MenuDir" , "IDLE|IDLE (Python GUI)" , "pythonw.exe" ,
13261326 tcltk .id , r'"[TARGETDIR]Lib\idlelib\idle.pyw"' , None , None , "python_icon.exe" , 0 , None , "TARGETDIR" ),
1327- ("PyDoc" , "MenuDir" , "MODDOCS|Module Docs" , "pythonw.exe" ,
1328- tcltk .id , r'"[TARGETDIR]Tools\scripts\pydocgui.pyw"' , None , None , "python_icon.exe" , 0 , None , "TARGETDIR" ),
13291327 ]
13301328 add_data (db , "Shortcut" ,
13311329 tcltkshortcuts +
@@ -1340,6 +1338,8 @@ def add_registry(db):
13401338 ("Manual" , "MenuDir" , "MANUAL|Python Manuals" , "REGISTRY.doc" ,
13411339 "[#%s]" % docfile , None ,
13421340 None , None , None , None , None , None ),
1341+ ("PyDoc" , "MenuDir" , "MODDOCS|Module Docs" , "python.exe" ,
1342+ default_feature .id , r'-m pydoc -b' , None , None , "python_icon.exe" , 0 , None , "TARGETDIR" ),
13431343 ("Uninstall" , "MenuDir" , "UNINST|Uninstall Python" , "REGISTRY" ,
13441344 SystemFolderName + "msiexec" , "/x%s" % product_code ,
13451345 None , None , None , None , None , None ),
0 commit comments