Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145dd65 commit b1fba41Copy full SHA for b1fba41
2 files changed
library/email.contentmanager.po
@@ -243,6 +243,8 @@ msgid ""
243
"``utf-8``. If the specified *charset* is a known alias for a standard MIME "
244
"charset name, use the standard charset instead."
245
msgstr ""
246
+"如果提供了 *charset* (这只对 ``str`` 适用),则使用指定的字符集将字符串编码为字节串。 默认值为 ``utf-8``。 如果指定的 "
247
+"*charset* 是某个标准 MIME 字符集名称的已知别名,则会改用该标准字符集。"
248
249
#: ../../library/email.contentmanager.rst:150
250
msgid ""
whatsnew/3.6.po
@@ -456,6 +456,7 @@ msgid ""
456
" The new ``__init_subclass__`` classmethod will be called on the base class "
457
"whenever a new subclass is created::"
458
459
+"现在可以在不使用元类的情况下自定义子类的创建。 当一个新的子类被创建时将在基类上调用新的 ``__init_subclass__`` 类方法::"
460
461
#: ../../whatsnew/3.6.rst:348
462
0 commit comments