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 Sworddragon
Recipients Sworddragon, a.badger, ezio.melotti, loewis, ncoghlan, r.david.murray, vstinner
Date 2013-12-13.16:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386953937.78.0.704135771724.issue19977@psf.upfronthosting.co.za>
In-reply-to
Content
What would happen if we call this example script with LANG=C on the patch?:

---
import os
for name in sorted(os.listdir('ä')):
	print(name)
---

Would it throw an exception on os.listdir('ä')?
History
Date User Action Args
2013-12-13 16:58:57Sworddragonsetrecipients: + Sworddragon, loewis, ncoghlan, vstinner, ezio.melotti, a.badger, r.david.murray
2013-12-13 16:58:57Sworddragonsetmessageid: <1386953937.78.0.704135771724.issue19977@psf.upfronthosting.co.za>
2013-12-13 16:58:57Sworddragonlinkissue19977 messages
2013-12-13 16:58:57Sworddragoncreate