File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,18 +103,24 @@ msgid ""
103103"``bytes % args``, ``bytearray % args``: :ref:`PEP 461 <whatsnew-pep-461>` --"
104104" Adding ``%`` formatting to bytes and bytearray."
105105msgstr ""
106+ "``bytes % args``, ``bytearray % args``: :ref:`PEP 461 <whatsnew-pep-461>` --"
107+ " 为字节串和字节数组增加 ``%`` 格式化。"
106108
107109#: ../../whatsnew/3.5.rst:79
108110msgid ""
109111"New :meth:`bytes.hex`, :meth:`bytearray.hex` and :meth:`memoryview.hex` "
110112"methods. (Contributed by Arnon Yaari in :issue:`9951`.)"
111113msgstr ""
114+ "新增 :meth:`bytes.hex`, :meth:`bytearray.hex` 和 :meth:`memoryview.hex` 方法。 (由 "
115+ "Arnon Yaari 在 :issue:`9951` 中贡献。)"
112116
113117#: ../../whatsnew/3.5.rst:82
114118msgid ""
115119":class:`memoryview` now supports tuple indexing (including multi-"
116120"dimensional). (Contributed by Antoine Pitrou in :issue:`23632`.)"
117121msgstr ""
122+ ":class:`memoryview` 现在支持元组索引(包括多维度)。 (由 Antoine Pitrou 在 :issue:`23632` "
123+ "中贡献。)"
118124
119125#: ../../whatsnew/3.5.rst:85
120126msgid ""
You can’t perform that action at this time.
0 commit comments