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 abacabadabacaba
Recipients abacabadabacaba
Date 2016-05-22.18:08:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463940504.88.0.721320439319.issue27085@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, os.listdir returns a list of strings, unless called with a bytes argument, in which case a list of byte strings is returned. I think that there should be a keyword argument to override this selection.
History
Date User Action Args
2016-05-22 18:08:24abacabadabacabasetrecipients: + abacabadabacaba
2016-05-22 18:08:24abacabadabacabasetmessageid: <1463940504.88.0.721320439319.issue27085@psf.upfronthosting.co.za>
2016-05-22 18:08:24abacabadabacabalinkissue27085 messages
2016-05-22 18:08:24abacabadabacabacreate