Message 206121 - Python tracker
Message206121
| 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: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 | |