Message177568
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:\\' |
|
Date |
User |
Action |
Args |
2012-12-15 22:24:36 | pitrou | set | recipients:
+ pitrou, eric.araujo, serhiy.storchaka |
2012-12-15 22:24:36 | pitrou | set | messageid: <1355610276.76.0.419604006298.issue16626@psf.upfronthosting.co.za> |
2012-12-15 22:24:36 | pitrou | link | issue16626 messages |
2012-12-15 22:24:36 | pitrou | create | |
|