This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alex.Willmer
Recipients Alex.Willmer, Mariatta, axitkhurana, demian.brecht, martin.panter, r.david.murray, serhiy.storchaka
Date 2021-03-02.20:45:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614717920.75.0.750901275623.issue23740@roundup.psfhosted.org>
In-reply-to
Content
A data point found while I researched this

MyPy typeshed [1] currently declares

_DataType = Union[bytes, IO[Any], Iterable[bytes], str]
class HTTPConnection:
    def send(self, data: _DataType) -> None: ...


[1] https://github.com/python/typeshed/blob/e2967a8beee9e079963ea91a67087ba8fded1d0b/stdlib/http/client.pyi#L26
History
Date User Action Args
2021-03-02 20:45:20Alex.Willmersetrecipients: + Alex.Willmer, r.david.murray, axitkhurana, martin.panter, serhiy.storchaka, demian.brecht, Mariatta
2021-03-02 20:45:20Alex.Willmersetmessageid: <1614717920.75.0.750901275623.issue23740@roundup.psfhosted.org>
2021-03-02 20:45:20Alex.Willmerlinkissue23740 messages
2021-03-02 20:45:20Alex.Willmercreate