Antoine Pitrou added the comment:
Tests work fine under 3.x, but under 2.7 I get:
======================================================================
FAIL: test_glob_magic_in_drive (test.test_glob.GlobTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\t\cpython\lib\test\test_glob.py", line 117, in test_glob_magic_in_dri
ve
eq(glob.glob('\\\\?\\c:\\'), ['\\\\?\\c:\\'])
File "C:\t\cpython\lib\test\test_glob.py", line 48, in assertSequencesEqual_no
order
self.assertEqual(set(l1), set(l2))
AssertionError: Items in the second set but not the first:
'\\\\?\\c:\\'
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue16626>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com