Skip to content
  • Paul Sokolovsky's avatar
    unix microsocket: Add dummy makefile() method. · 557c9d52
    Paul Sokolovsky authored
    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.
    557c9d52