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 serhiy.storchaka
Recipients demian.brecht, durin42, hynek, jleedev, martin.panter, ned.deily, orsenthil, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, vstinner
Date 2014-08-17.10:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408270665.29.0.30840595465.issue22165@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I missed that os.listdir() on Mac returns really strange result. Thank you Senthil.

Here is a patch which try to workaround this. I'm not sure that it is enough. May be we should fix os.listdir(). Or conclude that this issue can't be fixed on Mac OS.
History
Date User Action Args
2014-08-17 10:17:45serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, orsenthil, vstinner, ned.deily, durin42, r.david.murray, python-dev, hynek, martin.panter, jleedev, demian.brecht
2014-08-17 10:17:45serhiy.storchakasetmessageid: <1408270665.29.0.30840595465.issue22165@psf.upfronthosting.co.za>
2014-08-17 10:17:45serhiy.storchakalinkissue22165 messages
2014-08-17 10:17:45serhiy.storchakacreate