Whitespace normalization.  Ugh, we really need to do this more often.
You might want to review this change as it's my first time.  Be gentle. :-)
diff --git a/Lib/test/outstanding_bugs.py b/Lib/test/outstanding_bugs.py
index 6276c51..7c6cd9e 100644
--- a/Lib/test/outstanding_bugs.py
+++ b/Lib/test/outstanding_bugs.py
@@ -44,7 +44,7 @@
             self.assertEquals(i, l)
             self.assertEquals(aptr, 1)
             self.assertEquals(bptr, 0)
- 
+
 
 def test_main():
     test_support.run_unittest(TestDifflibLongestMatch)