Message117630
| Author | vstinner |
|---|---|
| Recipients | Arfrever, Romme, amaury.forgeotdarc, eric.araujo, ezio.melotti, flox, kristjan.jonsson, pitrou, vstinner |
| Date | 2010-09-29.16:42:21 |
| SpamBayes Score | 7.328935e-05 |
| Marked as misclassified | No |
| Message-id | <1285778542.93.0.927042472851.issue9425@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
r85115 closes #9630: an important patch for #9425, redecode all filenames when setting the filesystem encoding. Next tasks (maybe not in this order): - merge getpath.c - redecode argv[0] used by PySys_SetArgvEx() to feed sys.path (encode argv[0] with the locale encoding and then decode it using the filesystem encoding): it is required if PYTHONFSENCODING environment variable is used - merge import.c (in small patchs if it's possible) - and other things that I forgot |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-09-29 16:42:23 | vstinner | set | recipients: + vstinner, amaury.forgeotdarc, pitrou, kristjan.jonsson, ezio.melotti, eric.araujo, Arfrever, flox, Romme |
| 2010-09-29 16:42:22 | vstinner | set | messageid: <1285778542.93.0.927042472851.issue9425@psf.upfronthosting.co.za> |
| 2010-09-29 16:42:21 | vstinner | link | issue9425 messages |
| 2010-09-29 16:42:21 | vstinner | create | |