Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a052c2 commit f0126bcCopy full SHA for f0126bc
1 file changed
library/socketserver.po
@@ -476,12 +476,14 @@ msgid ""
476
"behavior for a TCP server just invokes :meth:`~socket.socket.listen` on the "
477
"server's socket. May be overridden."
478
msgstr ""
479
+"由服务器的构造器调用以激活服务器。 TCP 服务器的默认行为只是在服务器的套接字上发起调用 :meth:`~socket.socket.listen`。"
480
+" 可以被重载。"
481
482
#: ../../library/socketserver.rst:369
483
msgid ""
484
"Called by the server's constructor to bind the socket to the desired "
485
"address. May be overridden."
-msgstr ""
486
+msgstr "由服务器的构造器调用以将套接字绑定到所需的地址。 可以被重载。"
487
488
#: ../../library/socketserver.rst:375
489
0 commit comments