File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,30 +181,38 @@ msgid ""
181181":class:`collections.OrderedDict` is now :ref:`implemented in C <whatsnew-"
182182"ordereddict>`, which makes it 4 to 100 times faster."
183183msgstr ""
184+ ":class:`collections.OrderedDict` 现在已 :ref:`用 C 实现 <whatsnew-"
185+ "ordereddict>`,这使它的速度快了 4 到 100 部。"
184186
185187#: ../../whatsnew/3.5.rst:116
186188msgid ""
187189"The :mod:`ssl` module gained :ref:`support for Memory BIO <whatsnew-"
188190"sslmemorybio>`, which decouples SSL protocol handling from network IO."
189191msgstr ""
192+ "The :mod:`ssl` 模块获得了 :ref:`对内存 BIO 的支持 <whatsnew-sslmemorybio>`,它使得 SSL "
193+ "协议处理与网络 IO 实现了解耦。"
190194
191195#: ../../whatsnew/3.5.rst:120
192196msgid ""
193197"The new :func:`os.scandir` function provides a :ref:`better and "
194198"significantly faster way <whatsnew-pep-471>` of directory traversal."
195199msgstr ""
200+ "新的 :func:`os.scandir` 函数提供了对于目录遍历 :ref:`更好和明显更快速的方式 <whatsnew-pep-471>`。"
196201
197202#: ../../whatsnew/3.5.rst:124
198203msgid ""
199204":func:`functools.lru_cache` has been mostly :ref:`reimplemented in C "
200205"<whatsnew-lrucache>`, yielding much better performance."
201206msgstr ""
207+ ":func:`functools.lru_cache` 已经大部分 :ref:`用 C 重新实现 <whatsnew-"
208+ "lrucache>`,产生了更好的性能。"
202209
203210#: ../../whatsnew/3.5.rst:128
204211msgid ""
205212"The new :func:`subprocess.run` function provides a :ref:`streamlined way to "
206213"run subprocesses <whatsnew-subprocess>`."
207214msgstr ""
215+ "新的 :func:`subprocess.run` 函数提供了一个 :ref:`运行子进程的简便方式 <whatsnew-subprocess>`。"
208216
209217#: ../../whatsnew/3.5.rst:131
210218msgid ""
You can’t perform that action at this time.
0 commit comments