@@ -1359,6 +1359,8 @@ msgid ""
13591359"Recursive :class:`collections.deque` instances can now be pickled. "
13601360"(Contributed by Serhiy Storchaka in :issue:`26482`.)"
13611361msgstr ""
1362+ "递归的 :class:`collections.deque` 实例现在可以被 pickle。 (由 Serhiy Storchaka 在 "
1363+ ":issue:`26482` 中贡献。)"
13621364
13631365#: ../../whatsnew/3.6.rst:949
13641366msgid "concurrent.futures"
@@ -1371,6 +1373,9 @@ msgid ""
13711373"make it possible to customize the names of the threads created by the pool. "
13721374"(Contributed by Gregory P. Smith in :issue:`27664`.)"
13731375msgstr ""
1376+ ":class:`ThreadPoolExecutor <concurrent.futures.ThreadPoolExecutor>` "
1377+ "类构造器现在接受可选的 *thread_name_prefix* 参数以便能够自定义由线程池所创建的线程的名称。 (由 Gregory P. Smith"
1378+ " 在 :issue:`27664` 中贡献。)"
13741379
13751380#: ../../whatsnew/3.6.rst:959
13761381msgid "contextlib"
@@ -1399,6 +1404,10 @@ msgid ""
13991404"<whatsnew36-pep495>` section for more information. (Contributed by Alexander"
14001405" Belopolsky in :issue:`24773`.)"
14011406msgstr ""
1407+ ":class:`~datetime.datetime` 和 :class:`~datetime.time` 类新增了 "
1408+ ":attr:`~time.fold` 属性用来在必要时消除本地时间的歧义。 在 :mod:`datetime` "
1409+ "中的许多函数已被更新为支持本地时间的消除歧义。 请参阅 :ref:`本地时间消歧义 <whatsnew36-pep495>` 一节了解更多信息。 (由 "
1410+ "Alexander Belopolsky 在 :issue:`24773` 中贡献。)"
14021411
14031412#: ../../whatsnew/3.6.rst:981
14041413msgid ""
@@ -1407,6 +1416,9 @@ msgid ""
14071416"8601 date directives ``%G``, ``%u`` and ``%V``. (Contributed by Ashley "
14081417"Anderson in :issue:`12006`.)"
14091418msgstr ""
1419+ "现在 :meth:`datetime.strftime() <datetime.datetime.strftime>` 和 "
1420+ ":meth:`date.strftime() <datetime.date.strftime>` 方法将支持 ISO 8601 日期指令符 "
1421+ "``%G``, ``%u`` 和 ``%V``。 (由 Ashley Anderson 在 :issue:`12006` 中贡献。).)"
14101422
14111423#: ../../whatsnew/3.6.rst:986
14121424msgid ""
@@ -1415,13 +1427,18 @@ msgid ""
14151427"additional components of the time value to include. (Contributed by "
14161428"Alessandro Cucci and Alexander Belopolsky in :issue:`19475`.)"
14171429msgstr ""
1430+ ":func:`datetime.isoformat() <datetime.datetime.isoformat>` 函数现在接受可选的 "
1431+ "*timespec* 参数用来指定时间值要包括的额外组件数量。 (由 Alessandro Cucci 和 Alexander Belopolsky 在"
1432+ " :issue:`19475` 中贡献。)"
14181433
14191434#: ../../whatsnew/3.6.rst:991
14201435msgid ""
14211436"The :meth:`datetime.combine() <datetime.datetime.combine>` now accepts an "
14221437"optional *tzinfo* argument. (Contributed by Alexander Belopolsky in "
14231438":issue:`27661`.)"
14241439msgstr ""
1440+ ":meth:`datetime.combine() <datetime.datetime.combine>` 现在接受可选的 *tzinfo* 参数。 "
1441+ "(由 Alexander Belopolsky 在 :issue:`27661` 中贡献。)"
14251442
14261443#: ../../whatsnew/3.6.rst:997
14271444msgid "decimal"
@@ -1434,6 +1451,8 @@ msgid ""
14341451":class:`~decimal.Decimal` instance as a fraction, in lowest terms and with a"
14351452" positive denominator::"
14361453msgstr ""
1454+ "新增 :meth:`Decimal.as_integer_ratio() <decimal.Decimal.as_integer_ratio>` "
1455+ "方法,它返回一对整数 ``(n, d)`` 将给定的 :class:`~decimal.Decimal` 实例表示为一个最简形式且分母为正值的分数::"
14371456
14381457#: ../../whatsnew/3.6.rst:1007
14391458msgid "(Contributed by Stefan Krah amd Mark Dickinson in :issue:`25928`.)"
@@ -1464,6 +1483,9 @@ msgid ""
14641483"documentation for the legacy API. (Contributed by R. David Murray in "
14651484":issue:`24277`.)"
14661485msgstr ""
1486+ "通过多个构造器的 *policy* 关键字来启用的新 email API 已不再为暂定状态。 :mod:`email` "
1487+ "文档已被重新组织并重新撰写以聚集新 API,同时保留旧式 API 的原有文档。 (由 R. David Murray 在 :issue:`24277` "
1488+ "中贡献。)"
14671489
14681490#: ../../whatsnew/3.6.rst:1029
14691491msgid ""
0 commit comments