[issue31062] socket.makefile does not handle line buffering

2019-03-17 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +giampaolo.rodola versions: -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue31062] socket.makefile does not handle line buffering

2019-03-16 Thread Vincent Michel
Vincent Michel added the comment: I ran into this issue too so I went ahead and created a pull request (https://github.com/python/cpython/pull/12370). -- nosy: +vxgmichel versions: +Python 3.7, Python 3.8 ___ Python tracker

[issue31062] socket.makefile does not handle line buffering

2019-03-16 Thread Vincent Michel
Change by Vincent Michel : -- keywords: +patch pull_requests: +12333 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue31062] socket.makefile does not handle line buffering

2017-07-27 Thread Kevin Chen
New submission from Kevin Chen: File objects generated with socket.makefile and that attempt to use line buffering appear to not actually use line buffering, at least for writing. In this example, the string does not appear to be written until the flush call. First, set up a socket: $ nc -l -