commit | f5f32b47128763a1f782782bd5a1a125b6d8b28b | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Jul 17 23:16:17 2005 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Jul 17 23:16:17 2005 +0000 |
tree | 101943572734eccd843559bdc6520d5b2ca0a192 | |
parent | c48a740887c80a4e6686486d62171f9efe64921c [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 1c0b7da..b07fd36 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py
@@ -40,7 +40,7 @@ buf = f.read() f.close() - + def test_statudict(self): # test the new-in-2.5 httpresponses dictionary self.assertEquals(urllib2.httpresponses[404], "Not Found")