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 akuchling
Recipients akuchling, bochecha, eric.araujo, eric.smith, ezio.melotti, fdrake, kveretennicov, pitrou, r.david.murray, ronaldoussoren, tim.golden
Date 2012-11-03.22:17:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351981050.81.0.423688747072.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
Help is still needed to debug the failing test_glob.py on Windows.

I just tried this patch against 3.4trunk.  The first hunk of the glob.py patch doesn't apply because 'for name in glob1(None, basename): yield name' was changed to 'yield from glob1(None, basename)'.  The tests still pass w/ Ezio's suggested change to use (',' in sub).
History
Date User Action Args
2012-11-03 22:17:30akuchlingsetrecipients: + akuchling, fdrake, ronaldoussoren, pitrou, eric.smith, tim.golden, kveretennicov, ezio.melotti, eric.araujo, r.david.murray, bochecha
2012-11-03 22:17:30akuchlingsetmessageid: <1351981050.81.0.423688747072.issue9584@psf.upfronthosting.co.za>
2012-11-03 22:17:30akuchlinglinkissue9584 messages
2012-11-03 22:17:30akuchlingcreate