File tree Expand file tree Collapse file tree 4 files changed +1117
-1077
lines changed
Expand file tree Collapse file tree 4 files changed +1117
-1077
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid ""
1010msgstr ""
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 <y9760210@gmail.com>\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
867868msgid ""
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 ."
870871msgstr ""
871872"如果編譯的原始碼無效,此函式會引發 :exc:`SyntaxError`,如果原始碼包含 null "
872873"bytes,則會引發 :exc:`ValueError`。"
You can’t perform that action at this time.
0 commit comments