Message 106012 - Python tracker
Message106012
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, michael.foord, r.david.murray, vstinner |
| Date | 2010-05-18.22:59:30 |
| SpamBayes Score | 0.0584502 |
| Marked as misclassified | No |
| Message-id | <1274223572.77.0.941567317231.issue8589@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
os.environ is decoded with sys.getfilesystemencoding(), whereas PYTHONWARNINGS is decoded with the locale encoding (locale.getpreferredencoding()) :-/ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-18 22:59:32 | vstinner | set | recipients: + vstinner, brett.cannon, r.david.murray, michael.foord |
| 2010-05-18 22:59:32 | vstinner | set | messageid: <1274223572.77.0.941567317231.issue8589@psf.upfronthosting.co.za> |
| 2010-05-18 22:59:31 | vstinner | link | issue8589 messages |
| 2010-05-18 22:59:31 | vstinner | create | |