mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	 de9c869fb8
			
		
	
	
		de9c869fb8
		
	
	
	
	
		
			
			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.
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			451 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			451 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | |
| <plist version="1.0">
 | |
| <dict>
 | |
| 	<key>IBDocumentLocation</key>
 | |
| 	<string>398 60 356 240 0 0 1024 746 </string>
 | |
| 	<key>IBFramework Version</key>
 | |
| 	<string>291.0</string>
 | |
| 	<key>IBOpenObjects</key>
 | |
| 	<array>
 | |
| 		<integer>5</integer>
 | |
| 	</array>
 | |
| 	<key>IBSystem Version</key>
 | |
| 	<string>6L60</string>
 | |
| </dict>
 | |
| </plist>
 |