Message89293
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, mark, srid |
| Date | 2009-06-12.18:10:21 |
| SpamBayes Score | 0.00018025748 |
| Marked as misclassified | No |
| Message-id | <1244830223.05.0.869650934885.issue6135@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I propose to add two parameters (encoding, error) to the subprocess.Popen function. - python 2.x could build and return codecs.StreamReader objects - python 3.x would just pass these parameters to io.TextIOWrapper I'll try to come with a patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-06-12 18:10:23 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, mark, srid |
| 2009-06-12 18:10:23 | amaury.forgeotdarc | set | messageid: <1244830223.05.0.869650934885.issue6135@psf.upfronthosting.co.za> |
| 2009-06-12 18:10:21 | amaury.forgeotdarc | link | issue6135 messages |
| 2009-06-12 18:10:21 | amaury.forgeotdarc | create | |