mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.
This commit is contained in:
		
							parent
							
								
									09257f7ced
								
							
						
					
					
						commit
						2b4b377966
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -42,6 +42,8 @@ Tests
 | 
				
			||||||
Build
 | 
					Build
 | 
				
			||||||
-----
 | 
					-----
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Issue #20748: Uninstalling pip does not leave behind the pyc of
 | 
					- Issue #20748: Uninstalling pip does not leave behind the pyc of
 | 
				
			||||||
  the uninstaller anymore.
 | 
					  the uninstaller anymore.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1324,8 +1324,6 @@ def add_registry(db):
 | 
				
			||||||
        tcltkshortcuts = [
 | 
					        tcltkshortcuts = [
 | 
				
			||||||
              ("IDLE", "MenuDir", "IDLE|IDLE (Python GUI)", "pythonw.exe",
 | 
					              ("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"),
 | 
					 | 
				
			||||||
              ]
 | 
					              ]
 | 
				
			||||||
    add_data(db, "Shortcut",
 | 
					    add_data(db, "Shortcut",
 | 
				
			||||||
             tcltkshortcuts +
 | 
					             tcltkshortcuts +
 | 
				
			||||||
| 
						 | 
					@ -1340,6 +1338,8 @@ def add_registry(db):
 | 
				
			||||||
              ("Manual", "MenuDir", "MANUAL|Python Manuals", "REGISTRY.doc",
 | 
					              ("Manual", "MenuDir", "MANUAL|Python Manuals", "REGISTRY.doc",
 | 
				
			||||||
               "[#%s]" % docfile, None,
 | 
					               "[#%s]" % docfile, None,
 | 
				
			||||||
               None, None, None, None, None, None),
 | 
					               None, None, None, None, None, None),
 | 
				
			||||||
 | 
					              ("PyDoc", "MenuDir", "MODDOCS|Module Docs", "python.exe",
 | 
				
			||||||
 | 
					               default_feature.id, r'-m pydoc -b', None, None, "python_icon.exe", 0, None, "TARGETDIR"),
 | 
				
			||||||
              ("Uninstall", "MenuDir", "UNINST|Uninstall Python", "REGISTRY",
 | 
					              ("Uninstall", "MenuDir", "UNINST|Uninstall Python", "REGISTRY",
 | 
				
			||||||
               SystemFolderName+"msiexec",  "/x%s" % product_code,
 | 
					               SystemFolderName+"msiexec",  "/x%s" % product_code,
 | 
				
			||||||
               None, None, None, None, None, None),
 | 
					               None, None, None, None, None, None),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue