mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	 3f4db4a0ba
			
		
	
	
		3f4db4a0ba
		
	
	
	
	
		
			
			Add unittests for executables with a zipfile appended to test_zipfile, as zipfile.is_zipfile and zipfile.ZipFile work properly on these today.
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			69 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			69 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Test data file to be stored within a zip file.
 | |
| FAVORITE_NUMBER = 5
 |