Files
typeshed/stdlib
gandalf3 b11e2e37c6 create_datagram_endpoint expects a str when family=AF_UNIX (#9574)
Since python 3.7, asyncio.loop.create_datagram_endpoint expects the
arguments `local_addr` and `remote_addr` to be `str` or `None` when the
argument family=`socket.AF_UNIX` and the argument `sock` is `None` or
also a unix socket.
2023-01-21 22:00:44 +01:00
..
2022-11-03 15:32:10 +00:00
2021-05-06 18:57:33 +03:00
2022-10-28 15:36:57 +02:00
2022-10-28 11:07:56 +02:00
2022-08-04 23:51:42 +02:00
2022-02-19 12:26:45 -08:00
2023-01-12 22:07:26 +00:00
2022-01-30 16:27:06 -08:00
2021-12-22 20:18:19 -08:00
2022-01-01 14:19:05 +02:00
2022-03-03 15:25:30 -08:00
2022-06-28 14:30:50 +02:00
2022-08-23 12:22:12 -07:00
2022-11-05 13:52:31 -07:00