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 tim.golden
Recipients bochecha, eric.araujo, eric.smith, fdrake, kveretennicov, pitrou, r.david.murray, ronaldoussoren, tim.golden
Date 2011-05-09.13:32:24
SpamBayes Score 0.023987774
Marked as misclassified No
Message-id <1304947945.33.0.56405210862.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
I've just rebuilt on Windows against tip. test_glob is failing:

test test_glob failed -- Traceback (most recent call last):
  File "c:\work-in-progress\python\cpython-9584\lib\test\test_glob.py", line 135, in test_glob_curly_braces
    os.path.join('a', 'bcd', 'efg')]))
  File "c:\work-in-progress\python\cpython-9584\lib\test\test_glob.py", line 53, in assertSequencesEqual_noorder
    self.assertEqual(set(l1), set(l2))
AssertionError: Items in the first set but not the second:
'@test_2788_tmp_dir\\a/bcd\\efg'
'@test_2788_tmp_dir\\a/bcd\\EF'
Items in the second set but not the first:
'@test_2788_tmp_dir\\a\\bcd\\EF'
'@test_2788_tmp_dir\\a\\bcd\\efg'
History
Date User Action Args
2011-05-09 13:32:25tim.goldensetrecipients: + tim.golden, fdrake, ronaldoussoren, pitrou, eric.smith, kveretennicov, eric.araujo, r.david.murray, bochecha
2011-05-09 13:32:25tim.goldensetmessageid: <1304947945.33.0.56405210862.issue9584@psf.upfronthosting.co.za>
2011-05-09 13:32:24tim.goldenlinkissue9584 messages
2011-05-09 13:32:24tim.goldencreate