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 r.david.murray
Recipients eng793, ezio.melotti, r.david.murray
Date 2012-09-01.19:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346527479.19.0.999628673759.issue15826@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-09-01 19:24:39r.david.murraysetrecipients: + r.david.murray, ezio.melotti, eng793
2012-09-01 19:24:39r.david.murraysetmessageid: <1346527479.19.0.999628673759.issue15826@psf.upfronthosting.co.za>
2012-09-01 19:24:38r.david.murraylinkissue15826 messages
2012-09-01 19:24:38r.david.murraycreate