Message 76244 - Python tracker
Message76244
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | MrJean1, amaury.forgeotdarc, loewis, mark.dickinson |
| Date | 2008-11-22.12:51:16 |
| SpamBayes Score | 0.15949619 |
| Marked as misclassified | No |
| Message-id | <1227358277.84.0.798496274957.issue4388@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There is some inconsistency in the conversions with the "command line": - on input, sys.argv decodes with mbstowcs - on output, os.system uses utf-8, os.execv uses the FileSystemDefaultEncoding. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-22 12:51:17 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, loewis, mark.dickinson, MrJean1 |
| 2008-11-22 12:51:17 | amaury.forgeotdarc | set | messageid: <1227358277.84.0.798496274957.issue4388@psf.upfronthosting.co.za> |
| 2008-11-22 12:51:17 | amaury.forgeotdarc | link | issue4388 messages |
| 2008-11-22 12:51:16 | amaury.forgeotdarc | create | |