File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.46 %" , "updated_at" : " 2024-04-11T01:37:51Z " }
1
+ {"translation" : " 92.47 %" , "updated_at" : " 2024-04-12T02:26:35Z " }
Original file line number Diff line number Diff line change @@ -1504,6 +1504,9 @@ msgid ""
1504
1504
"conforms fully to the :pep:`247` API. (Contributed by Christian Heimes in "
1505
1505
":issue:`18775`.)"
1506
1506
msgstr ""
1507
+ "由于增加了 :attr:`~hmac.HMAC.block_size` 和 :attr:`~hmac.HMAC.name` 属性 (以及 "
1508
+ ":attr:`~hmac.HMAC.digest_size` 属性的正式文档),:mod:`hmac` 模块现在已完全符合 :pep:`247` "
1509
+ "API。 (由 Christian Heimes 在 :issue:`18775` 中贡献。)"
1507
1510
1508
1511
#: ../../whatsnew/3.4.rst:938
1509
1512
msgid "html"
@@ -1527,12 +1530,17 @@ msgid ""
1527
1530
"invited to set it explicitly and update your code to use this new feature. "
1528
1531
"(Contributed by Ezio Melotti in :issue:`13633`.)"
1529
1532
msgstr ""
1533
+ ":class:`~html.parser.HTMLParser` 接受新的关键字参数 *convert_charrefs*,当其为 ``True`` "
1534
+ "时,会自动转换所有字符引用。 为了保持向下兼容,其值默认为 ``False``,但在未来的 Python 版本中将改为 "
1535
+ "``True``,因此建议你显式地设置它并更新代码以使用这个新特性。 (由 Ezio Melotti 在 :issue:`13633` 中贡献。)"
1530
1536
1531
1537
#: ../../whatsnew/3.4.rst:951
1532
1538
msgid ""
1533
1539
"The *strict* argument of :class:`~html.parser.HTMLParser` is now deprecated."
1534
1540
" (Contributed by Ezio Melotti in :issue:`15114`.)"
1535
1541
msgstr ""
1542
+ "现在 :class:`~html.parser.HTMLParser` 的 *strict* 参数已被弃用。 (由 Ezio Melotti 在 "
1543
+ ":issue:`15114` 中贡献。)"
1536
1544
1537
1545
#: ../../whatsnew/3.4.rst:956
1538
1546
msgid "http"
You can’t perform that action at this time.
0 commit comments