[issue16680] Line buffering in socket._fileobject is borken

Kristján Valur Jónsson report at bugs.python.org
Fri Dec 14 10:10:28 CET 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16680>
_______________________________________


More information about the Python-bugs-list mailing list