[Python-checkins] r43714 - python/trunk/Lib/mimetypes.py

tim.peters python-checkins at python.org
Thu Apr 6 21:35:28 CEST 2006


Author: tim.peters
Date: Thu Apr  6 21:35:27 2006
New Revision: 43714

Modified:
   python/trunk/Lib/mimetypes.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/mimetypes.py
==============================================================================
--- python/trunk/Lib/mimetypes.py	(original)
+++ python/trunk/Lib/mimetypes.py	Thu Apr  6 21:35:27 2006
@@ -332,7 +332,7 @@
         '.Z': 'compress',
         }
 
-    # Before adding new types, make sure they are either registered with IANA, 
+    # Before adding new types, make sure they are either registered with IANA,
     # at http://www.isi.edu/in-notes/iana/assignments/media-types
     # or extensions, i.e. using the x- prefix
 
@@ -463,7 +463,7 @@
         '.zip'    : 'application/zip',
         }
 
-    # These are non-standard types, commonly found in the wild.  They will 
+    # These are non-standard types, commonly found in the wild.  They will
     # only match if strict=0 flag is given to the API methods.
 
     # Please sort these too


More information about the Python-checkins mailing list