Skip to content

Commit 71ca89d

Browse files
pydoc-zh-tw[bot]github-actions[bot]mattwang44
authored
Sync with CPython 3.14 (#1146)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt.Wang <[email protected]>
1 parent 5551021 commit 71ca89d

Some content is hidden

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

42 files changed

+13958
-13725
lines changed

.github/workflows/ci.yml

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

1818
- uses: actions/setup-python@v6
1919
with:
20-
python-version: "3.14"
20+
python-version: "3.13"
2121

2222
- name: Install Dependencies
2323
run: sudo apt-get install gettext

c-api/hash.po

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-09-08 15:25+0800\n"
10+
"POT-Creation-Date: 2025-09-12 00:14+0000\n"
1111
"PO-Revision-Date: 2024-04-30 00:20+0800\n"
1212
"Last-Translator: Matt Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -62,6 +62,10 @@ msgstr "用於複數虛數部分的乘數。"
6262
msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`."
6363
msgstr ":c:func:`PyHash_GetFuncDef` 所使用的雜湊函式定義。"
6464

65+
#: ../../c-api/hash.rst:56
66+
msgid "Hash function."
67+
msgstr "雜湊函式。"
68+
6569
#: ../../c-api/hash.rst:60
6670
msgid "Hash function name (UTF-8 encoded string)."
6771
msgstr "雜湊函式名稱(UTF-8 編碼字串)。"
@@ -99,16 +103,15 @@ msgstr "此函式不會失敗:它不會回傳 ``-1``。"
99103
#: ../../c-api/hash.rst:95
100104
msgid ""
101105
"Compute and return the hash value of a buffer of *len* bytes starting at "
102-
"address *ptr*. The hash is guaranteed to match that "
103-
"of :class:`bytes`, :class:`memoryview`, and other built-in objects that "
104-
"implement the :ref:`buffer protocol <bufferobjects>`."
106+
"address *ptr*. The hash is guaranteed to match that of :class:`bytes`, :"
107+
"class:`memoryview`, and other built-in objects that implement the :ref:"
108+
"`buffer protocol <bufferobjects>`."
105109
msgstr ""
106110

107111
#: ../../c-api/hash.rst:100
108112
msgid ""
109-
"Use this function to implement hashing for immutable objects "
110-
"whose :c:member:`~PyTypeObject.tp_richcompare` function compares to another "
111-
"object's buffer."
113+
"Use this function to implement hashing for immutable objects whose :c:member:"
114+
"`~PyTypeObject.tp_richcompare` function compares to another object's buffer."
112115
msgstr ""
113116

114117
#: ../../c-api/hash.rst:104

0 commit comments

Comments
 (0)