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 <ca471dc20809261815k3127415fs9412df81e8716801@mail.gmail.com>
In-reply-to <1222476449.76.0.103882147516.issue3187@psf.upfronthosting.co.za>
Content
On Fri, Sep 26, 2008 at 5:47 PM, Benjamin Peterson
<report@bugs.python.org> 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