mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			254 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",
 | 
						|
    "FormatParagraph",
 | 
						|
    "ZoomHeight",
 | 
						|
    "ScriptBinding",
 | 
						|
]
 |