R. David Murray added the comment:

I've modified your patch slightly (cosmetic only).

When I run it on default I get the following:

/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 == '':


These presumably represent bugs.  Care to investigate and file issues for them?

----------
Added file: http://bugs.python.org/file27088/test_glob.patch.updated

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

Reply via email to