@@ -830,6 +830,8 @@ msgid ""
830
830
":pep:`3156`) allows high-level and efficient I/O multiplexing, built upon "
831
831
"the :mod:`select` module primitives."
832
832
msgstr ""
833
+ "新增的 :mod:`selectors` 模块(作为 :pep:`3156` 实现的一部分被创建)允许高层级且高效的 I/O 多路复用,它是在 "
834
+ ":mod:`select` 模块的基础上构建的。"
833
835
834
836
#: ../../whatsnew/3.4.rst:555
835
837
msgid "statistics"
@@ -842,10 +844,12 @@ msgid ""
842
844
"supports calculation of the mean, median, mode, variance and standard "
843
845
"deviation of a data series."
844
846
msgstr ""
847
+ "新增的 :mod:`statistics` 模块(在 :pep:`450` 中定义)直接在标准库中提供了一些核心统计功能。 "
848
+ "该模块支持计算数据系列的平均值、中位数、模、方差和标准差等。"
845
849
846
850
#: ../../whatsnew/3.4.rst:564
847
851
msgid ":pep:`450` -- Adding A Statistics Module To The Standard Library"
848
- msgstr ""
852
+ msgstr ":pep:`450` -- 为标准库增加 statistics 模块 "
849
853
850
854
#: ../../whatsnew/3.4.rst:565
851
855
msgid "PEP written and implemented by Steven D'Aprano"
@@ -861,10 +865,12 @@ msgid ""
861
865
" trace memory blocks allocated by Python. It provides the following "
862
866
"information:"
863
867
msgstr ""
868
+ "新增的 :mod:`tracemalloc` 模块(在 :pep:`454` 中定义)是用于追踪由 Python 所分配的内存块的调试工具。 "
869
+ "它提供了以下信息:"
864
870
865
871
#: ../../whatsnew/3.4.rst:576
866
872
msgid "Trace where an object was allocated"
867
- msgstr ""
873
+ msgstr "追踪对象被分配所在的位置 "
868
874
869
875
#: ../../whatsnew/3.4.rst:577
870
876
msgid ""
0 commit comments