Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52d4434

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 9342ac31
1 parentff5df51 commit52d4434

File tree

18 files changed

+1291
-1271
lines changed

18 files changed

+1291
-1271
lines changed

‎c-api/typeobj.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.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-08-17 00:04+0000\n"
10+
"POT-Creation-Date:2023-08-18 00:03+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:33+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2572,7 +2572,7 @@ msgstr ""
25722572
#:../../c-api/typeobj.rst:1699
25732573
msgid""
25742574
"However, the unary '&' operator applied to a non-static variable like :c:"
2575-
"func:`PyBaseObject_Type` is not required to produce an address constant. "
2575+
"data:`PyBaseObject_Type` is not required to produce an address constant. "
25762576
"Compilers may support this (gcc does), MSVC does not. Both compilers are "
25772577
"strictly standard conforming in this particular behavior."
25782578
msgstr""

‎distributing/index.po

Lines changed: 270 additions & 299 deletions
Large diffs are not rendered by default.

‎extending/building.po

Lines changed: 3 additions & 3 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:2023-07-17 17:39+0800\n"
10+
"POT-Creation-Date:2023-08-18 00:03+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:09+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -67,11 +67,11 @@ msgid ""
6767
"in one library\"* section in :pep:`489` for details."
6868
msgstr""
6969

70-
#:../../extending/building.rst:51
70+
#:../../extending/building.rst:52
7171
msgid"Building C and C++ Extensions with setuptools"
7272
msgstr""
7373

74-
#:../../extending/building.rst:53
74+
#:../../extending/building.rst:54
7575
msgid""
7676
"Python 3.12 and newer no longer come with distutils. Please refer to the "
7777
"``setuptools`` documentation at https://setuptools.readthedocs.io/en/latest/"

‎extending/extending.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2023-07-29 00:03+0000\n"
11+
"POT-Creation-Date:2023-08-18 00:03+0000\n"
1212
"PO-Revision-Date:2018-05-23 14:34+0000\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -307,8 +307,8 @@ msgstr ""
307307

308308
#:../../extending/extending.rst:245
309309
msgid""
310-
"We discuss the use of``PyMODINIT_FUNC`` as a function return type later in "
311-
"this sample."
310+
"We discuss the use of:c:macro:`PyMODINIT_FUNC` as a function return type "
311+
"later inthis sample."
312312
msgstr""
313313

314314
#:../../extending/extending.rst:248
@@ -422,9 +422,9 @@ msgstr ""
422422

423423
#:../../extending/extending.rst:366
424424
msgid""
425-
"Note that PyMODINIT_FUNC declares the function as ``PyObject *`` return "
426-
"type, declares any special linkage declarations required by the platform, "
427-
"and for C++ declares the function as ``extern\"C\"``."
425+
"Note that:c:macro:`PyMODINIT_FUNC` declares the function as ``PyObject *`` "
426+
"returntype, declares any special linkage declarations required by the "
427+
"platform,and for C++ declares the function as ``extern\"C\"``."
428428
msgstr""
429429

430430
#:../../extending/extending.rst:370

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp