-
- Downloads
unix microsocket: Add dummy makefile() method.
Unlike CPython socket, microsocket object already implements stream protocol (read/write methods), so makefile() just returns object itself. TODO: this doesn't take care of arguments CPython's makefile() may accept.
Loading
Please register or sign in to comment