Message206121
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('ä')? | |
| Date | User | Action | Args | | 2013-12-13 16:58:57 | deleted250130 | set | recipients: + deleted250130, loewis, ncoghlan, vstinner, ezio.melotti, a.badger, r.david.murray | | 2013-12-13 16:58:57 | deleted250130 | set | messageid: <1386953937.78.0.704135771724.issue19977@psf.upfronthosting.co.za> | | 2013-12-13 16:58:57 | deleted250130 | link | issue19977 messages | | 2013-12-13 16:58:57 | deleted250130 | create | | |