mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +02:00
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.