MIMETypes.st
changeset 3961 666aec2fb8d9
parent 3952 6a9078c8b47e
child 3962 f281042e880e
--- a/MIMETypes.st	Mon Jun 19 19:49:17 2017 +0200
+++ b/MIMETypes.st	Fri Jun 23 13:43:48 2017 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG 
 	      All Rights Reserved
@@ -636,10 +634,14 @@
 
         ('lisp' 'lsp' 'scm' 'ss' 
          'arc' 'cl' 'brg')           'application/x-lisp-source'
+         
         'py'                         'application/x-python-source'
+        ('pyc' 'pyo' )               'application/x-python-compiled-bytecode'
+        'pyd'                        'application/x-python-compiled-code'
+        'whl'                        'application/x-python-wheel-package'
     )
 
-    "Modified (format): / 05-02-2017 / 19:37:15 / cg"
+    "Modified: / 23-06-2017 / 13:34:37 / cg"
 !
 
 applicationTextTypeList