mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Merge with 3.5
This commit is contained in:
		
						commit
						c964e89dd4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -242,7 +242,7 @@ def show_idlehelp(parent):
 | 
			
		|||
    filename = join(abspath(dirname(__file__)), 'help.html')
 | 
			
		||||
    if not isfile(filename):
 | 
			
		||||
        # try copy_strip, present message
 | 
			
		||||
        return 
 | 
			
		||||
        return
 | 
			
		||||
    HelpWindow(parent, filename, 'IDLE Help')
 | 
			
		||||
 | 
			
		||||
if __name__ == '__main__':
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue