Gregory P. Smith added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17443> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com