Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve I/O types in socket.pyi #7852

Merged
merged 4 commits into from
May 17, 2022
Merged

Commits on May 17, 2022

  1. Improve I/O types in socket.pyi

    * Use a protocol for socket.sendfile() "file" argument.
    * Use concrete classes for socket.makefile() return types.
    srittau committed May 17, 2022
    Configuration menu
    Copy the full SHA
    a957597 View commit details
    Browse the repository at this point in the history
  2. Add a type ignore marker

    srittau committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4228a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a7fe0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a59188c View commit details
    Browse the repository at this point in the history