File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -645,15 +645,17 @@ msgstr "异步混合类"
645645msgid ""
646646"To build asynchronous handlers, use the :class:`ThreadingMixIn` and "
647647":class:`ForkingMixIn` classes."
648- msgstr ""
648+ msgstr "要构建异步处理句柄,请使用 :class:`ThreadingMixIn` 和 :class:`ForkingMixIn` 类。 "
649649
650650#: ../../library/socketserver.rst:601
651651msgid "An example for the :class:`ThreadingMixIn` class::"
652- msgstr ""
652+ msgstr ":class:`ThreadingMixIn` 类的示例:: "
653653
654654#: ../../library/socketserver.rst:659
655655msgid ""
656656"The :class:`ForkingMixIn` class is used in the same way, except that the "
657657"server will spawn a new process for each request. Available only on POSIX "
658658"platforms that support :func:`~os.fork`."
659659msgstr ""
660+ ":class:`ForkingMixIn` 类的使用方式是相同的,区别在于服务器将为每个请求产生一个新的进程。 仅在支持 "
661+ ":func:`~os.fork` 的 POSIX 系统平台上可用。"
You can’t perform that action at this time.
0 commit comments