Message 105030 - Python tracker
Message105030
| Author | lemburg |
|---|---|
| Recipients | lemburg, vstinner |
| Date | 2010-05-05.13:55:23 |
| SpamBayes Score | 0.0038541332 |
| Marked as misclassified | No |
| Message-id | <1273067725.01.0.392024082724.issue8622@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As discussed on issue8610, we need a way to override the automatic detection of the file system encoding - for much the same reasons we also do for the I/O encoding: the detection mechanism isn't fail-safe. We should add a new environment variable with the same functionality as PYTHONIOENCODING: PYTHONFSENCODING: Encoding[:errors] used for file system. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-05 13:55:25 | lemburg | set | recipients: + lemburg, vstinner |
| 2010-05-05 13:55:25 | lemburg | set | messageid: <1273067725.01.0.392024082724.issue8622@psf.upfronthosting.co.za> |
| 2010-05-05 13:55:23 | lemburg | link | issue8622 messages |
| 2010-05-05 13:55:23 | lemburg | create | |