mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Correct whitespace in test_os
This commit is contained in:
parent
0fb23a23f1
commit
1cc3540669
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue