This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients eric.araujo, pitrou, serhiy.storchaka
Date 2012-12-15.22:24:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355610276.76.0.419604006298.issue16626@psf.upfronthosting.co.za>
In-reply-to
Content
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:\\'
History
Date User Action Args
2012-12-15 22:24:36pitrousetrecipients: + pitrou, eric.araujo, serhiy.storchaka
2012-12-15 22:24:36pitrousetmessageid: <1355610276.76.0.419604006298.issue16626@psf.upfronthosting.co.za>
2012-12-15 22:24:36pitroulinkissue16626 messages
2012-12-15 22:24:36pitroucreate