[Python-checkins] cpython: Correct whitespace in test_os
tim.golden
python-checkins at python.org
Fri Oct 25 22:26:36 CEST 2013
http://hg.python.org/cpython/rev/682b4980ccd7
changeset: 86639:682b4980ccd7
user: Tim Golden <mail at timgolden.me.uk>
date: Fri Oct 25 21:26:06 2013 +0100
summary:
Correct whitespace in test_os
files:
Lib/test/test_os.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -1591,7 +1591,7 @@
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(
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list