mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	 3b4ca0ddad
			
		
	
	
		3b4ca0ddad
		
	
	
	
	
		
			
			Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			53 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			53 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #! /usr/bin/env python
 | |
| import PyShell
 | |
| PyShell.main()
 |