Message 204852 - Python tracker
Message204852
| Author | vstinner |
|---|---|
| Recipients | deleted250130, r.david.murray, vstinner |
| Date | 2013-11-30.22:25:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAMpsgwYuJW2S4n5viHMc8wb=5-YhyYWvKAinuQR=_=9_Ca3NEA@mail.gmail.com> |
| In-reply-to | <1385848425.3.0.645501883319.issue19846@psf.upfronthosting.co.za> |
| Content | |
|---|---|
"Filesystem encoding" is not a good name. You should read "OS encoding" or maybe "locale encoding". This encoding is the best choice for interopability with other (python2 or non python) programs. If you don't care of interoperabilty, force the encoding using PYTHONIOENCODING environment variable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-11-30 22:25:20 | vstinner | set | recipients: + vstinner, r.david.murray, deleted250130 |
| 2013-11-30 22:25:20 | vstinner | link | issue19846 messages |
| 2013-11-30 22:25:20 | vstinner | create | |