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

Commit3fde360

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 98655cec
1 parent3157e00 commit3fde360

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

‎c-api/long.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.13\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2024-09-30 09:19+0000\n"
10+
"POT-Creation-Date:2024-10-14 00:14+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:06+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -624,13 +624,13 @@ msgid ""
624624
"is subject to change."
625625
msgstr""
626626

627-
#:../../c-api/long.rst:543
627+
#:../../c-api/long.rst:546
628628
msgid""
629629
"If *op* is compact, as determined by :c:func:`PyUnstable_Long_IsCompact`, "
630630
"return its value."
631631
msgstr""
632632

633-
#:../../c-api/long.rst:546
633+
#:../../c-api/long.rst:549
634634
msgid"Otherwise, the return value is undefined."
635635
msgstr""
636636

‎deprecations/pending-removal-in-3.15.po

Lines changed: 1 addition & 1 deletion
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-10 00:13+0000\n"
10+
"POT-Creation-Date:2024-10-14 00:14+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team:LANGUAGE <LL@li.org>\n"

‎glossary.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.13\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2024-10-10 00:13+0000\n"
11+
"POT-Creation-Date:2024-10-14 00:14+0000\n"
1212
"PO-Revision-Date:2023-07-02 22:47+0800\n"
1313
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1338,10 +1338,11 @@ msgstr ""
13381338
"O 時,GIL 總是會被解除。"
13391339

13401340
#:../../glossary.rst:586
1341+
#,fuzzy
13411342
msgid""
13421343
"As of Python 3.13, the GIL can be disabled using the :option:`--disable-gil` "
13431344
"build configuration. After building Python with this option, code must be "
1344-
"run with :option:`-X gil0 <-X>` or after setting the :envvar:`PYTHON_GIL=0 "
1345+
"run with :option:`-X gil=0 <-X>` or after setting the :envvar:`PYTHON_GIL=0 "
13451346
"<PYTHON_GIL>` environment variable. This feature enables improved "
13461347
"performance for multi-threaded applications and makes it easier to use multi-"
13471348
"core CPUs efficiently. For more details, see :pep:`703`."

‎tutorial/controlflow.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.13\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-10-12 01:08+0000\n"
14+
"POT-Creation-Date:2024-10-14 00:14+0000\n"
1515
"PO-Revision-Date:2022-07-24 14:52+0800\n"
1616
"Last-Translator:Steven Hsu <hsuhaochun@gmail.com>\n"
1717
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -901,8 +901,8 @@ msgstr "我們可以建立一個函式來產生費式數列到任何一個上界
901901

902902
#:../../tutorial/controlflow.rst:464
903903
msgid""
904-
">>> def fib(n): # write Fibonacci seriesup to n\n"
905-
"...\"\"\"Print a Fibonacci seriesup to n.\"\"\"\n"
904+
">>> def fib(n): # write Fibonacci seriesless than n\n"
905+
"...\"\"\"Print a Fibonacci seriesless than n.\"\"\"\n"
906906
"... a, b = 0, 1\n"
907907
"... while a < n:\n"
908908
"... print(a, end=' ')\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp