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 deleted250130
Recipients a.badger, deleted250130, 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:57deleted250130setrecipients: + deleted250130, loewis, ncoghlan, vstinner, ezio.melotti, a.badger, r.david.murray
2013-12-13 16:58:57deleted250130setmessageid: <1386953937.78.0.704135771724.issue19977@psf.upfronthosting.co.za>
2013-12-13 16:58:57deleted250130linkissue19977 messages
2013-12-13 16:58:57deleted250130create