[issue15826] Increased test coverage of test_glob.py

Alessandro Moura report at bugs.python.org
Sun Sep 2 00:36:14 CEST 2012


Alessandro Moura added the comment:

Im OK with the patch changes.

'''
/home/rdmurray/python/p33/Lib/os.py:263: BytesWarning: Comparison between bytes and string
  if tail == curdir:           # xxx/newdir/. exists if xxx/newdir exists
/home/rdmurray/python/p33/Lib/glob.py:63: BytesWarning: Comparison between bytes and string
  if basename == '':
'''

Yes, I do see these warnings running with -b. I will look into them and try to fix them.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15826>
_______________________________________


More information about the Python-bugs-list mailing list