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 amaury.forgeotdarc, eric.araujo, ezio.melotti, jkloth, larry, loewis, r.david.murray, serhiy.storchaka, techtonik, vstinner
Date 2012-12-14.21:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355521195.2581.15.camel@raxxla>
In-reply-to <1355520107.98.0.638649160291.issue16656@psf.upfronthosting.co.za>
Content
> For example, os.listdir(bytes) doesn't fail in Python 2.7 with unencodable names, whereas it fails with your patch.

No. The purpose of this patch is that it doesn't fail and should return
a usable result.
History
Date User Action Args
2012-12-14 21:33:34serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, amaury.forgeotdarc, vstinner, larry, techtonik, jkloth, ezio.melotti, eric.araujo, r.david.murray
2012-12-14 21:33:34serhiy.storchakalinkissue16656 messages
2012-12-14 21:33:34serhiy.storchakacreate