File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 94.94%" , "updated_at" : " 2025-11-12T00:41:41Z " }
1+ {"translation" : " 94.94%" , "updated_at" : " 2025-11-18T01:47:48Z " }
Original file line number Diff line number Diff line change 55#
66# Translators:
77# python-doc bot, 2025
8+ 89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.9\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-09-23 17:40 +0000\n "
15+ "POT-Creation-Date : 2025-10-29 18:17 +0000\n "
1516"PO-Revision-Date : 2025-09-22 17:56+0000\n "
16- "Last-Translator : python-doc bot , 2025\n "
17+ "
Last-Translator :
汇民 王 <[email protected] > , 2025\n"
1718"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -531,6 +532,11 @@ msgid ""
531532"custom :class:`dict` subclasses that normalize keys before look-up or that "
532533"supply a :meth:`__missing__` method for unknown keys::"
533534msgstr ""
535+ "还有一个新的 :meth:`str.format_map` 方法,它通过接受任意的 :term:`mapping` 对象,扩展了现有 "
536+ ":meth:`str.format` 方法的功能。这个新方法使得可以使用字符串格式化与Python的许多字典类对象,如 "
537+ ":class:`~collections.defaultdict`、:class:`~shelve.Shelf`、:class:`~configparser.ConfigParser`"
538+ " 或 :mod:`dbm`。它也适用于在查找前标准化键的自定义 :class:`dict` 子类,或者为未知键提供 "
539+ ":meth:`__missing__` 方法的自定义类::"
534540
535541#: ../../whatsnew/3.2.rst:480
536542msgid ""
You can’t perform that action at this time.
0 commit comments