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 larry
Recipients georg.brandl, larry, ncoghlan
Date 2012-06-25.03:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340595598.31.0.249788206145.issue15176@psf.upfronthosting.co.za>
In-reply-to
Content
When you pass in a file descriptor as the first argument to listdir, its output is a list of strings, not a list of bytes.  This should be mentioned in the documentation.  It's also worth making a pass over the other functions accepting an fd.

As it happens, the code that implements this behavior is obtuse.  So I propose also modifying it to be more intelligible.
History
Date User Action Args
2012-06-25 03:39:58larrysetrecipients: + larry, georg.brandl, ncoghlan
2012-06-25 03:39:58larrysetmessageid: <1340595598.31.0.249788206145.issue15176@psf.upfronthosting.co.za>
2012-06-25 03:39:57larrylinkissue15176 messages
2012-06-25 03:39:56larrycreate