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 pitrou, serhiy.storchaka
Date 2012-12-16.13:20:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355664031.2.0.313803756669.issue16696@psf.upfronthosting.co.za>
In-reply-to
Content
This failure appeared on one of the Windows buildbots:

======================================================================
ERROR: test_glob_magic_in_drive (test.test_glob.GlobTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.2.kloth-win64\build\lib\test\test_glob.py", line 118, in test_glob_magic_in_drive
    eq(glob.glob(b'*:'), [])
  File "C:\buildbot.python.org\3.2.kloth-win64\build\lib\glob.py", line 15, in glob
    return list(iglob(pathname))
  File "C:\buildbot.python.org\3.2.kloth-win64\build\lib\glob.py", line 44, in iglob
    for name in glob_in_dir(dirname, basename):
  File "C:\buildbot.python.org\3.2.kloth-win64\build\lib\glob.py", line 66, in glob0
    if basename == '':
BytesWarning: Comparison between bytes and string
History
Date User Action Args
2012-12-16 13:20:31pitrousetrecipients: + pitrou, serhiy.storchaka
2012-12-16 13:20:31pitrousetmessageid: <1355664031.2.0.313803756669.issue16696@psf.upfronthosting.co.za>
2012-12-16 13:20:31pitroulinkissue16696 messages
2012-12-16 13:20:30pitroucreate