Message184372
os.fdopen() in 2.x would always create a FILE*, and therefore inherit fread()'s semantics even in "unbuffered" mode. In 3.x, unbuffered I/O instead calls read() directly, and happily returns partial reads; this is by design.
So, I guess imaplib should be fixed :-) |
|
Date |
User |
Action |
Args |
2013-03-17 14:06:02 | pitrou | set | recipients:
+ pitrou, gregory.p.smith, r.david.murray, detrout |
2013-03-17 14:06:02 | pitrou | set | messageid: <1363529162.63.0.407412305672.issue17443@psf.upfronthosting.co.za> |
2013-03-17 14:06:02 | pitrou | link | issue17443 messages |
2013-03-17 14:06:02 | pitrou | create | |
|