A.M. Kuchling added the comment:

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).

----------
nosy: +akuchling

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9584>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to