[issue16696] BytesWarning in glob.glob

2012-12-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've added some tests for patterns with a trailing slash. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker __

[issue16696] BytesWarning in glob.glob

2012-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 96f19274de18 by Antoine Pitrou in branch '3.2': Issue #16696: fix comparison between bytes and string. Also, improve glob tests. http://hg.python.org/cpython/rev/96f19274de18 New changeset ed8134df30e4 by Antoine Pitrou in branch '3.3': Issue #16696

[issue16696] BytesWarning in glob.glob

2012-12-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It should be "if not basename:". No additional tests are possible except those which added for issue16626. -- ___ Python tracker ___

[issue16696] BytesWarning in glob.glob

2012-12-16 Thread Antoine Pitrou
New submission from Antoine Pitrou: This failure appeared on one of the Windows buildbots: == ERROR: test_glob_magic_in_drive (test.test_glob.GlobTests) -- Trac