From: Tim Golden Date: Fri, 25 Oct 2013 20:26:06 +0000 (+0100) Subject: Correct whitespace in test_os X-Git-Tag: v3.4.0b1~535 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cc35406692f7da35a805bc6f599962f29ee5918;p=thirdparty%2FPython%2Fcpython.git Correct whitespace in test_os --- diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 1c5fe81eece0..81a4d9a7e2b4 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -1591,7 +1591,7 @@ class Win32ListdirTests(unittest.TestCase): def test_listdir_extended_path(self): """Test when the path starts with '\\\\?\\'.""" - # See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath + # See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath # unicode path = '\\\\?\\' + os.path.abspath(support.TESTFN) self.assertEqual(