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 gvanrossum
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, dlitz, gvanrossum, pitrou, vstinner, zegreek
Date 2008-09-27.01:15:45
SpamBayes Score 0.00011064512
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Fri, Sep 26, 2008 at 5:47 PM, Benjamin Peterson
<[email protected]> wrote:
> Ok. Here's another possibility. It adds another optional parameter to
> listdir. If False, bytes strings can be returned. Otherwise, the
> UnicodeDecodeError is reraised.

I don't see the advantage over the existing rule bytes in -> bytes out...
History
Date User Action Args
2008-09-27 01:15:46gvanrossumsetrecipients: + gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, HWJ, dlitz, zegreek
2008-09-27 01:15:45gvanrossumlinkissue3187 messages
2008-09-27 01:15:45gvanrossumcreate