mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	add two more extensions:
- .wsdl --> Web Service Definition Language - .xpdl --> XML Process Definition Language
This commit is contained in:
		
							parent
							
								
									bea3f6f5c7
								
							
						
					
					
						commit
						7ce75151a4
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -443,12 +443,14 @@ def read_mime_types(file): | |||
|     '.vcf'    : 'text/x-vcard', | ||||
|     '.wav'    : 'audio/x-wav', | ||||
|     '.wiz'    : 'application/msword', | ||||
|     '.wsdl'   : 'application/xml', | ||||
|     '.xbm'    : 'image/x-xbitmap', | ||||
|     '.xlb'    : 'application/vnd.ms-excel', | ||||
|     # Duplicates :( | ||||
|     '.xls'    : 'application/excel', | ||||
|     '.xls'    : 'application/vnd.ms-excel', | ||||
|     '.xml'    : 'text/xml', | ||||
|     '.xpdl'   : 'application/xml', | ||||
|     '.xpm'    : 'image/x-xpixmap', | ||||
|     '.xsl'    : 'application/xml', | ||||
|     '.xwd'    : 'image/x-xwindowdump', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake