http://hg.python.org/cpython/rev/89c7ba01a3d2 changeset: 73388:89c7ba01a3d2 user: Raymond Hettinger <python at rcn.com> date: Sat Nov 05 13:43:01 2011 -0700 summary: Fix whitespace files: Lib/test/test_collections.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/test/test_collections.py b/Lib/test/test_collections.py --- a/Lib/test/test_collections.py +++ b/Lib/test/test_collections.py @@ -974,7 +974,7 @@ r = repr(c) self.assertIn("'a': 2", r) self.assertIn("'b': None", r) - + def test_helper_function(self): # two paths, one for real dicts and one for other mappings elems = list('abracadabra') -- Repository URL: http://hg.python.org/cpython