New submission from Alex Burr: If you have made a file nonblocking using fcntl.fcntl, .readline() will discard the start of a line if you get EGAIN. It should attach the partial line to the exception somehow - or at least warn the user.
I observe this on 2.3.5, but the same code exists in TRUNK ---------- components: Interpreter Core messages: 55993 nosy: ajb severity: normal status: open title: .readline() has bug WRT nonblocking files type: behavior versions: Python 2.3 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1175> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com