mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | # IDLE extensions to be loaded by default (see extend.txt). | ||
|  | # Edit this file to configure your set of IDLE extensions. | ||
|  | 
 | ||
|  | standard = [ | ||
|  |     "SearchBinding", | ||
|  |     "AutoIndent", | ||
|  |     "AutoExpand", | ||
|  |     "ZoomHeight", | ||
|  | ] |