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 koobs, negval, serhiy.storchaka, vstinner
Date 2015-01-29.14:08:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <7080490.BOZ32lsHR6@raxxla>
In-reply-to <1422535841.5.0.135809218497.issue23346@psf.upfronthosting.co.za>
Content
What if add a slash at the end of the path?

os.listdir(os.open('/tmp/test/', os.O_RDONLY))
History
Date User Action Args
2015-01-29 14:08:12serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, koobs, negval
2015-01-29 14:08:12serhiy.storchakalinkissue23346 messages
2015-01-29 14:08:12serhiy.storchakacreate