[Python-checkins] r43736 - in python/branches/release24-maint/Lib: mimetypes.py test/test_pty.py

tim.peters python-checkins at python.org
Sat Apr 8 14:24:58 CEST 2006


Author: tim.peters
Date: Sat Apr  8 14:24:57 2006
New Revision: 43736

Modified:
   python/branches/release24-maint/Lib/mimetypes.py
   python/branches/release24-maint/Lib/test/test_pty.py
Log:
Whitespace normalization.


Modified: python/branches/release24-maint/Lib/mimetypes.py
==============================================================================
--- python/branches/release24-maint/Lib/mimetypes.py	(original)
+++ python/branches/release24-maint/Lib/mimetypes.py	Sat Apr  8 14:24:57 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
 

Modified: python/branches/release24-maint/Lib/test/test_pty.py
==============================================================================
--- python/branches/release24-maint/Lib/test/test_pty.py	(original)
+++ python/branches/release24-maint/Lib/test/test_pty.py	Sat Apr  8 14:24:57 2006
@@ -22,7 +22,7 @@
     # Some operating systems do conversions on newline.  We could possibly
     # fix that by doing the appropriate termios.tcsetattr()s.  I couldn't
     # figure out the right combo on Tru64 and I don't have an IRIX box.
-    # So just normalize the output and doc the problem O/Ses by allowing 
+    # So just normalize the output and doc the problem O/Ses by allowing
     # certain combinations for some platforms, but avoid allowing other
     # differences (like extra whitespace, trailing garbage, etc.)
 


More information about the Python-checkins mailing list