We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd26386 commit 04af85cCopy full SHA for 04af85c
.stat.json
@@ -1 +1 @@
1
-{"translation": "93.60%", "updated_at": "2024-08-13T13:20:59Z"}
+{"translation": "93.60%", "updated_at": "2024-08-13T15:21:17Z"}
whatsnew/2.2.po
@@ -1471,6 +1471,11 @@ msgid ""
1471
"and used for the MBCS support on Windows described in the following "
1472
"section.)"
1473
msgstr ""
1474
+"向 :c:func:`PyArg_ParseTuple` 添加了一个新的 ``et`` 格式序列;``et`` "
1475
+"接受一个形参和一个编码格式名称,如果该形参值是一个 Unicode 字符串则将其转换为给定的编码格式,或者如果它是一个 8 "
1476
+"比特位字符串则让其保持原样,即假定它已经使用了适当的编码格式。 这不同于 ``es`` 格式字符,它假定该 8 比特位字符串是使用 Python 默认的"
1477
+" ASCII 编码格式并将其转换为指定的新编码格式。 (由 M.-A. Lemburg 贡献,用于下一节所描述的 Windows 上的 MBCS "
1478
+"支持。)"
1479
1480
#: ../../whatsnew/2.2.rst:1102
1481
msgid ""
0 commit comments