Skip to content

Commit aa5446e

Browse files
Sync with CPython 3.12 (#877)
1 parent c79e8b2 commit aa5446e

File tree

268 files changed

+3237
-3073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+3237
-3073
lines changed

.scripts/poetry.lock

Lines changed: 168 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

c-api/contextvars.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgstr ""
1717

1818
#: ../../c-api/contextvars.rst:6
1919
msgid "Context Variables Objects"
20-
msgstr ""
20+
msgstr "情境變數物件"
2121

2222
#: ../../c-api/contextvars.rst:15
2323
msgid ""

c-api/gcsupport.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../c-api/gcsupport.rst:6
2222
msgid "Supporting Cyclic Garbage Collection"
23-
msgstr ""
23+
msgstr "循環垃圾回收的支援"
2424

2525
#: ../../c-api/gcsupport.rst:8
2626
msgid ""

c-api/init.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ msgstr ""
2626

2727
#: ../../c-api/init.rst:10
2828
msgid "See also :ref:`Python Initialization Configuration <init-config>`."
29-
msgstr ""
29+
msgstr "也請參見 :ref:`Python 初始化設定 <init-config>`。"
3030

3131
#: ../../c-api/init.rst:15
3232
msgid "Before Python Initialization"
33-
msgstr ""
33+
msgstr "Python 初始化之前"
3434

3535
#: ../../c-api/init.rst:17
3636
msgid ""

c-api/init_config.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../c-api/init_config.rst:7
2222
msgid "Python Initialization Configuration"
23-
msgstr ""
23+
msgstr "Python 初始化設定"
2424

2525
#: ../../c-api/init_config.rst:11
2626
msgid ""

c-api/mapping.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../c-api/mapping.rst:6
2222
msgid "Mapping Protocol"
23-
msgstr ""
23+
msgstr "對映協定"
2424

2525
#: ../../c-api/mapping.rst:8
2626
msgid ""

c-api/marshal.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../c-api/marshal.rst:6
2222
msgid "Data marshalling support"
23-
msgstr ""
23+
msgstr "資料 marshal 的支援"
2424

2525
#: ../../c-api/marshal.rst:8
2626
msgid ""

c-api/number.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../c-api/number.rst:6
2222
msgid "Number Protocol"
23-
msgstr ""
23+
msgstr "數字協定"
2424

2525
#: ../../c-api/number.rst:11
2626
msgid ""

c-api/object.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-02-05 00:03+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:32+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../c-api/object.rst:6
2222
msgid "Object Protocol"
23-
msgstr ""
23+
msgstr "物件協定"
2424

2525
#: ../../c-api/object.rst:11
2626
msgid ""
@@ -31,8 +31,8 @@ msgstr ""
3131
#: ../../c-api/object.rst:17
3232
msgid ""
3333
"Properly handle returning :c:data:`Py_NotImplemented` from within a C "
34-
"function (that is, create a new :term:`strong reference` to NotImplemented "
35-
"and return it)."
34+
"function (that is, create a new :term:`strong reference` to :const:"
35+
"`NotImplemented` and return it)."
3636
msgstr ""
3737

3838
#: ../../c-api/object.rst:24

c-api/sequence.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../c-api/sequence.rst:6
2222
msgid "Sequence Protocol"
23-
msgstr ""
23+
msgstr "序列協定"
2424

2525
#: ../../c-api/sequence.rst:11
2626
msgid ""

0 commit comments

Comments
 (0)