Skip to content

Commit 5b25e06

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 0ddcb61f
1 parent 735d76a commit 5b25e06

File tree

3 files changed

+208
-198
lines changed

3 files changed

+208
-198
lines changed

c-api/veryhigh.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-10-09 00:13+0000\n"
10+
"POT-Creation-Date: 2025-01-22 00:13+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:08+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -390,7 +390,17 @@ msgstr ""
390390
msgid "Added *cf_feature_version* field."
391391
msgstr "新增 *cf_feature_version* 欄位。"
392392

393-
#: ../../c-api/veryhigh.rst:354
393+
#: ../../c-api/veryhigh.rst:351
394+
msgid "The available compiler flags are accessible as macros:"
395+
msgstr ""
396+
397+
#: ../../c-api/veryhigh.rst:360
398+
msgid ""
399+
"See :ref:`compiler flags <ast-compiler-flags>` in documentation of the :py:"
400+
"mod:`!ast` Python module, which exports these constants under the same names."
401+
msgstr ""
402+
403+
#: ../../c-api/veryhigh.rst:366
394404
msgid ""
395405
"This bit can be set in *flags* to cause division operator ``/`` to be "
396406
"interpreted as \"true division\" according to :pep:`238`."

howto/mro.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-09-27 00:14+0000\n"
10+
"POT-Creation-Date: 2025-01-22 00:13+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -615,7 +615,7 @@ msgstr ""
615615
msgid ""
616616
"We see that class G inherits from F and E, with F *before* E: therefore we "
617617
"would expect the attribute *G.remember2buy* to be inherited by *F."
618-
"rembermer2buy* and not by *E.remember2buy*: nevertheless Python 2.2 gives"
618+
"remember2buy* and not by *E.remember2buy*: nevertheless Python 2.2 gives"
619619
msgstr ""
620620

621621
#: ../../howto/mro.rst:407

0 commit comments

Comments
 (0)