Python 2 used `.makefile(bufsize=...)`, but this option is not available in python >=3. There's `buffering` instead.
Python 2 used
.makefile(bufsize=...), but this option is not available in python >=3.There's
bufferinginstead.