]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Sat, 8 Apr 2006 12:24:57 +0000 (12:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 8 Apr 2006 12:24:57 +0000 (12:24 +0000)
Lib/mimetypes.py
Lib/test/test_pty.py

index f3794153fb92008b28c33732535173b7dfb5a5b3..3c469c8b3707f0fb98a0025e8d4792ce6a848864 100644 (file)
@@ -332,7 +332,7 @@ def _default_mime_types():
         '.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
 
index 3a90dd8ddd9f2a0d4e7bd07b1db658240ddd16cb..99e01b67bb067b109dfe6d05d160cf36427b699e 100644 (file)
@@ -22,7 +22,7 @@ def normalize_output(data):
     # 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.)