Message184388
Yes imaplib can be fixed pretty easily and should use buffered IO regardless.
I'm pondering if the default behavior of subprocess needs fixing as
existing python 2.x code being ported to 3 doesn't expect this changed
behavior of the PIPE file objects. It probably does.
Thankfully my subprocess32 backport on 2.x doesn't suffer from the
problem as it still uses os.fdopen. |
|
Date |
User |
Action |
Args |
2013-03-17 17:07:34 | gregory.p.smith | set | recipients:
+ gregory.p.smith, pitrou, r.david.murray, detrout |
2013-03-17 17:07:34 | gregory.p.smith | link | issue17443 messages |
2013-03-17 17:07:34 | gregory.p.smith | create | |
|