New submission from Kristján Valur Jónsson: socket._fileobject supports line buffering for output with the bufsize=1 option. Unfortunately, it is broken and behaves like no buffering. This patch remedies the situation.
---------- components: Library (Lib) files: _fileobject.diff keywords: patch messages: 177452 nosy: kristjan.jonsson priority: normal severity: normal status: open title: Line buffering in socket._fileobject is borken type: behavior versions: Python 2.7 Added file: http://bugs.python.org/file28309/_fileobject.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16680> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com