@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-05-11 19:07 +0000\n "
14+ "POT-Creation-Date : 2024-08-16 14:48 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:34+0000\n "
1616"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
1717"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -291,8 +291,9 @@ msgstr ""
291291msgid "A workaround would be to remove the key prior to reassignment::"
292292msgstr "一种变通做法是在重新赋值之前先移除键::"
293293
294- #: ../../library/weakref.rst:199
295- msgid "Added support for ``|`` and ``|=`` operators, specified in :pep:`584`."
294+ #: ../../library/weakref.rst:199 ../../library/weakref.rst:220
295+ msgid ""
296+ "Added support for ``|`` and ``|=`` operators, as specified in :pep:`584`."
296297msgstr "增加了对 ``|`` 和 ``|=`` 运算符的支持,相关说明见 :pep:`584`。"
297298
298299#: ../../library/weakref.rst:202
@@ -318,11 +319,6 @@ msgid ""
318319" be discarded when no strong reference to the value exists any more."
319320msgstr "弱引用值的映射类。当不再存在对该值的强引用时,字典中的条目将被丢弃。"
320321
321- #: ../../library/weakref.rst:220
322- msgid ""
323- "Added support for ``|`` and ``|=`` operators, as specified in :pep:`584`."
324- msgstr "增加了对 ``|`` 和 ``|=`` 运算符的支持,相关说明见 :pep:`584`。"
325-
326322#: ../../library/weakref.rst:223
327323msgid ""
328324":class:`WeakValueDictionary` objects have an additional method that has the "
0 commit comments