Message 106150 - Python tracker
Message106150
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2010-05-20.13:02:03 |
| SpamBayes Score | 0.0005967939 |
| Marked as misclassified | No |
| Message-id | <1274360525.11.0.883510556106.issue8775@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Fix the title: sys.argv is already decoded using the locale encoding on Unix, the problem is that it uses a (possibly) different encoding to encode command line arguments: file system encoding. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-20 13:02:05 | vstinner | set | recipients: + vstinner |
| 2010-05-20 13:02:05 | vstinner | set | messageid: <1274360525.11.0.883510556106.issue8775@psf.upfronthosting.co.za> |
| 2010-05-20 13:02:03 | vstinner | link | issue8775 messages |
| 2010-05-20 13:02:03 | vstinner | create | |