mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Use Georg's new permalinks to documentation by version number.
That assures that IDLE's help always points to the correct version and the latest update with all bug fixes.
This commit is contained in:
		
							parent
							
								
									230dd27628
								
							
						
					
					
						commit
						7b4c2beda6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -80,7 +80,7 @@ def __init__(self, flist=None, filename=None, key=None, root=None): | ||||||
|                     # Safari requires real file:-URLs |                     # Safari requires real file:-URLs | ||||||
|                     EditorWindow.help_url = 'file://' + EditorWindow.help_url |                     EditorWindow.help_url = 'file://' + EditorWindow.help_url | ||||||
|             else: |             else: | ||||||
|                 EditorWindow.help_url = "http://www.python.org/doc/current" |                 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2] | ||||||
|         currentTheme=idleConf.CurrentTheme() |         currentTheme=idleConf.CurrentTheme() | ||||||
|         self.flist = flist |         self.flist = flist | ||||||
|         root = root or flist.root |         root = root or flist.root | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger