Skip to content

Commit 08a83c6

Browse files
sync with cpython bf4f5087
1 parent 5f5b3d4 commit 08a83c6

File tree

4 files changed

+1117
-1077
lines changed

4 files changed

+1117
-1077
lines changed

library/functions.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.14\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2025-12-14 00:16+0000\n"
13+
"POT-Creation-Date: 2025-12-15 00:16+0000\n"
1414
"PO-Revision-Date: 2024-05-06 17:06+0800\n"
1515
"Last-Translator: KNChiu <[email protected]>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -864,9 +864,10 @@ msgstr ""
864864
"``2``\\ (說明字串 (docstring) 也被刪除)。"
865865

866866
#: ../../library/functions.rst:337
867+
#, fuzzy
867868
msgid ""
868-
"This function raises :exc:`SyntaxError` if the compiled source is invalid, "
869-
"and :exc:`ValueError` if the source contains null bytes."
869+
"This function raises :exc:`SyntaxError` or :exc:`ValueError` if the compiled "
870+
"source is invalid."
870871
msgstr ""
871872
"如果編譯的原始碼無效,此函式會引發 :exc:`SyntaxError`,如果原始碼包含 null "
872873
"bytes,則會引發 :exc:`ValueError`。"

0 commit comments

Comments
 (0)