@@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.9\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2024-09-13 16:48 +0000\n "
21
+ "POT-Creation-Date : 2024-09-20 16:52 +0000\n "
22
22
"PO-Revision-Date : 2017-02-16 23:43+0000\n "
23
23
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
24
24
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1160,6 +1160,7 @@ msgid ""
1160
1160
"Instances of the :class:`bytes` type are immutable just as strings are. A "
1161
1161
"new :class:`bytearray` type stores a mutable sequence of bytes::"
1162
1162
msgstr ""
1163
+ ":class:`bytes` 类型的实例与字符串一样属于不可变对象。 新增的 :class:`bytearray` 类型则用于存储可变的字节序列::"
1163
1164
1164
1165
#: ../../whatsnew/2.6.rst:1001
1165
1166
msgid ""
@@ -1168,6 +1169,9 @@ msgid ""
1168
1169
" the methods of lists, such as :meth:`append`, :meth:`pop`, and "
1169
1170
":meth:`reverse`."
1170
1171
msgstr ""
1172
+ "字节数组支持大部分的字符串类型方法,如 :meth:`startswith`/:meth:`endswith`, "
1173
+ ":meth:`find`/:meth:`rfind`,以及列表的某些方法,如 :meth:`append`, :meth:`pop` 和 "
1174
+ ":meth:`reverse`。"
1171
1175
1172
1176
#: ../../whatsnew/2.6.rst:1014
1173
1177
msgid ""
@@ -2451,7 +2455,7 @@ msgstr "(由 Gregory Petrosyan 提供建议,之后由 Georg Brandl 贡献。
2451
2455
msgid ""
2452
2456
"The :func:`attrgetter` function now accepts dotted names and performs the "
2453
2457
"corresponding attribute lookups::"
2454
- msgstr ""
2458
+ msgstr "现在 :func:`attrgetter` 函数可接受带点号的名称并执行相应的属性查找:: "
2455
2459
2456
2460
#: ../../whatsnew/2.6.rst:2162
2457
2461
msgid "(Contributed by Georg Brandl, after a suggestion by Barry Warsaw.)"
0 commit comments