We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb23a2 commit 1cc3540Copy full SHA for 1cc3540
Lib/test/test_os.py
@@ -1591,7 +1591,7 @@ def test_listdir_no_extended_path(self):
1591
1592
def test_listdir_extended_path(self):
1593
"""Test when the path starts with '\\\\?\\'."""
1594
- # 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
1595
# unicode
1596
path = '\\\\?\\' + os.path.abspath(support.TESTFN)
1597
self.assertEqual(
0 commit comments