mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die.
		
			
				
	
	
		
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			297 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			297 B
		
	
	
	
		
			Text
		
	
	
	
	
	
{
 | 
						|
    IBClasses = (
 | 
						|
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
 | 
						|
        {
 | 
						|
            ACTIONS = {showPreferences = id; }; 
 | 
						|
            CLASS = MyAppDelegate; 
 | 
						|
            LANGUAGE = ObjC; 
 | 
						|
            SUPERCLASS = NSObject; 
 | 
						|
        }
 | 
						|
    ); 
 | 
						|
    IBVersion = 1; 
 | 
						|
} |