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 cbed362 commit c91867fCopy full SHA for c91867f
1 file changed
library/socketserver.po
@@ -375,17 +375,17 @@ msgstr ""
375
#: ../../library/socketserver.rst:272
376
msgid ""
377
"The socket object on which the server will listen for incoming requests."
378
-msgstr ""
+msgstr "将由服务器用于监听入站请求的套接字对象。"
379
380
#: ../../library/socketserver.rst:275
381
msgid "The server classes support the following class variables:"
382
+msgstr "服务器类支持下列类变量:"
383
384
#: ../../library/socketserver.rst:281
385
386
"Whether the server will allow the reuse of an address. This defaults to "
387
":const:`False`, and can be set in subclasses to change the policy."
388
+msgstr "服务器是否要允许地址的重用。 默认值为 :const:`False`,并可在子类中设置以改变策略。"
389
390
#: ../../library/socketserver.rst:287
391
0 commit comments