File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,23 +109,25 @@ msgid ""
109109"method and creating a temporary string object will get suppressed. To get "
110110"error reporting use :c:func:`PyMapping_GetItemString()` instead."
111111msgstr ""
112+ "请注意在调用 :meth:`__getitem__` 方法期间发生的异常将会被屏蔽。 要获取错误报告请改用 "
113+ ":c:func:`PyMapping_GetItemString()`。"
112114
113115#: ../../c-api/mapping.rst:81
114116msgid ""
115117"On success, return a list of the keys in object *o*. On failure, return "
116118"``NULL``."
117- msgstr ""
119+ msgstr "成功时,返回对象 *o* 中的键的列表。 失败时,返回 ``NULL``。 "
118120
119121#: ../../c-api/mapping.rst:84 ../../c-api/mapping.rst:93
120122#: ../../c-api/mapping.rst:102
121123msgid "Previously, the function returned a list or a tuple."
122- msgstr ""
124+ msgstr "在之前版本中,此函数返回一个列表或元组。 "
123125
124126#: ../../c-api/mapping.rst:90
125127msgid ""
126128"On success, return a list of the values in object *o*. On failure, return "
127129"``NULL``."
128- msgstr ""
130+ msgstr "成功时,返回对象 *o* 中的值的列表。 失败时,返回 ``NULL``。 "
129131
130132#: ../../c-api/mapping.rst:99
131133msgid ""
You can’t perform that action at this time.
0 commit comments