@@ -120,17 +120,17 @@ msgstr ""
120120msgid ""
121121"Server classes have the same external methods and attributes, no matter what"
122122" network protocol they use."
123- msgstr ""
123+ msgstr "服务器类具有同样的外部方法和属性,无论它们使用哪种网络协议。 "
124124
125125#: ../../library/socketserver.rst:76
126126msgid "Server Creation Notes"
127- msgstr ""
127+ msgstr "服务器创建的说明 "
128128
129129#: ../../library/socketserver.rst:78
130130msgid ""
131131"There are five classes in an inheritance diagram, four of which represent "
132132"synchronous servers of four types::"
133- msgstr ""
133+ msgstr "在继承图中有五个类,其中四个代表四种类型的同步服务器:: "
134134
135135#: ../../library/socketserver.rst:95
136136msgid ""
@@ -139,26 +139,29 @@ msgid ""
139139"Unix stream server is the address family, which is simply repeated in both "
140140"Unix server classes."
141141msgstr ""
142+ "请注意 :class:`UnixDatagramServer` 派生自 :class:`UDPServer`,而不是 "
143+ ":class:`UnixStreamServer` --- IP 和 Unix 流服务器的唯一区别是地址族,它会在两种 Unix 服务器类中简单地重复。"
142144
143145#: ../../library/socketserver.rst:104
144146msgid ""
145147"Forking and threading versions of each type of server can be created using "
146148"these mix-in classes. For instance, :class:`ThreadingUDPServer` is created "
147149"as follows::"
148150msgstr ""
151+ "每种服务器类型的分叉和线程版本都可以使用这些混合类来创建。 例如,:class:`ThreadingUDPServer` 的创建方式如下::"
149152
150153#: ../../library/socketserver.rst:111
151154msgid ""
152155"The mix-in class comes first, since it overrides a method defined in "
153156":class:`UDPServer`. Setting the various attributes also changes the "
154157"behavior of the underlying server mechanism."
155- msgstr ""
158+ msgstr "混合类先出现,因为它重载了 :class:`UDPServer` 中定义的一个方法。 设置各种属性也会改变下层服务器机制的行为。 "
156159
157160#: ../../library/socketserver.rst:115
158161msgid ""
159162":class:`ForkingMixIn` and the Forking classes mentioned below are only "
160163"available on POSIX platforms that support :func:`~os.fork`."
161- msgstr ""
164+ msgstr ":class:`ForkingMixIn` 和下文提及的分叉类仅在支持 :func:`~os.fork` 的 POSIX 系统平台上可用。 "
162165
163166#: ../../library/socketserver.rst:118
164167msgid ""
0 commit comments