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 eng793
Recipients eng793, ezio.melotti, r.david.murray
Date 2012-09-01.22:36:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346538974.01.0.988462977008.issue15826@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-01 22:36:14eng793setrecipients: + eng793, ezio.melotti, r.david.murray
2012-09-01 22:36:14eng793setmessageid: <1346538974.01.0.988462977008.issue15826@psf.upfronthosting.co.za>
2012-09-01 22:36:13eng793linkissue15826 messages
2012-09-01 22:36:13eng793create