python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

replace UDB to UDP #262

Closed vvanglro closed 1 year ago

vvanglro commented 2 years ago

https://docs.python.org/zh-cn/3.7/library/asyncio-protocol.html#tcp-echo-server

使用 loop.create_datagram_endpoint() 方法的 UDB 回显服务器,发回已接收的数据

3.7-3.11都有

songww commented 2 years ago

Fixed