@@ -618,47 +618,49 @@ msgstr ""
618618
619619#: ../../library/socketserver.rst:501 ../../library/socketserver.rst:573
620620msgid "This is the client side::"
621- msgstr ""
621+ msgstr "以下是客户端:: "
622622
623623#: ../../library/socketserver.rst:522 ../../library/socketserver.rst:648
624624msgid "The output of the example should look something like this:"
625- msgstr ""
625+ msgstr "这个示例程序的输出应该是像这样的: "
626626
627627#: ../../library/socketserver.rst:524
628628msgid "Server:"
629- msgstr ""
629+ msgstr "服务器: "
630630
631631#: ../../library/socketserver.rst:534
632632msgid "Client:"
633- msgstr ""
633+ msgstr "客户端: "
634634
635635#: ../../library/socketserver.rst:547
636636msgid ":class:`socketserver.UDPServer` Example"
637- msgstr ""
637+ msgstr ":class:`socketserver.UDPServer` 示例 "
638638
639639#: ../../library/socketserver.rst:592
640640msgid ""
641641"The output of the example should look exactly like for the TCP server "
642642"example."
643- msgstr ""
643+ msgstr "这个示例程序的输出应该是与 TCP 服务器示例相一致的。 "
644644
645645#: ../../library/socketserver.rst:596
646646msgid "Asynchronous Mixins"
647- msgstr ""
647+ msgstr "异步混合类 "
648648
649649#: ../../library/socketserver.rst:598
650650msgid ""
651651"To build asynchronous handlers, use the :class:`ThreadingMixIn` and "
652652":class:`ForkingMixIn` classes."
653- msgstr ""
653+ msgstr "要构建异步处理句柄,请使用 :class:`ThreadingMixIn` 和 :class:`ForkingMixIn` 类。 "
654654
655655#: ../../library/socketserver.rst:601
656656msgid "An example for the :class:`ThreadingMixIn` class::"
657- msgstr ""
657+ msgstr ":class:`ThreadingMixIn` 类的示例:: "
658658
659659#: ../../library/socketserver.rst:659
660660msgid ""
661661"The :class:`ForkingMixIn` class is used in the same way, except that the "
662662"server will spawn a new process for each request. Available only on POSIX "
663663"platforms that support :func:`~os.fork`."
664664msgstr ""
665+ ":class:`ForkingMixIn` 类的使用方式是相同的,区别在于服务器将为每个请求产生一个新的进程。 仅在支持 "
666+ ":func:`~os.fork` 的 POSIX 系统平台上可用。"
0 commit comments