mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| try:
 | |
|     import idle
 | |
| except SystemExit:
 | |
|     raise
 | |
| except:
 | |
|     import traceback
 | |
|     traceback.print_exc()
 | |
|     raw_input("Hit return to exit...")
 | 
