Message74760
IMAP_stream() is also broken because it uses os.popen2() which has
been deprecated since long time and now replaced by subprocess.
Here is a patch replacing os.popen2() by subprocess, but also using
transparent conversion from/to unicode using io.TextIOWrapper(). |
|
| Date |
User |
Action |
Args |
| 2008-10-14 18:14:22 | haypo | set | recipients:
+ haypo, loewis, barry, nnorwitz, exarkun, janssen, draghuram, christian.heimes, cartman, rtmq |
| 2008-10-14 18:14:21 | haypo | set | messageid: <1224008061.69.0.581437081517.issue1210@psf.upfronthosting.co.za> |
| 2008-10-14 18:14:21 | haypo | link | issue1210 messages |
| 2008-10-14 18:14:20 | haypo | create | |
|