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 | vstinner | set | recipients:
+ vstinner, loewis, barry, nnorwitz, exarkun, janssen, draghuram, christian.heimes, donmez, rtmq |
2008-10-14 18:14:21 | vstinner | set | messageid: <1224008061.69.0.581437081517.issue1210@psf.upfronthosting.co.za> |
2008-10-14 18:14:21 | vstinner | link | issue1210 messages |
2008-10-14 18:14:20 | vstinner | create | |
|