summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-04-11 03:55:58 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-04-11 03:55:58 (GMT)
commitf49581c2a1a11fb278f3b6928f7e7f1e920abba1 (patch)
tree457c05e8d5dba540d40c0f8152c0c9a72c80c941
parent277e9090b0aaf1ad0c0104750262804efdc957f3 (diff)
downloadcpython-f49581c2a1a11fb278f3b6928f7e7f1e920abba1.zip
cpython-f49581c2a1a11fb278f3b6928f7e7f1e920abba1.tar.gz
cpython-f49581c2a1a11fb278f3b6928f7e7f1e920abba1.tar.bz2
normalize whitespace
-rw-r--r--Lib/test/test_urllib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py
index 140e5c8..a2ea497 100644
--- a/Lib/test/test_urllib.py
+++ b/Lib/test/test_urllib.py
@@ -1340,7 +1340,7 @@ class URL2PathNameTests(unittest.TestCase):
r'C:\foo\bar\spam.foo'
]
for path in list_of_paths:
- self.assertEqual(url2pathname(pathname2url(path)), path)
+ self.assertEqual(url2pathname(pathname2url(path)), path)
class PathName2URLTests(unittest.TestCase):
@@ -1368,7 +1368,7 @@ class PathName2URLTests(unittest.TestCase):
'/////folder/test/',
'///C:/foo/bar/spam.foo']
for path in list_of_paths:
- self.assertEqual(pathname2url(url2pathname(path)), path)
+ self.assertEqual(pathname2url(url2pathname(path)), path)
if __name__ == '__main__':
unittest.main()