File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.13\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2024-09-23 07:52+0800 \n "
11+ "POT-Creation-Date : 2025-07-22 00:17+0000 \n "
1212"PO-Revision-Date : 2018-05-23 14:36+0000\n "
1313"
Last-Translator :
Adrian Liaw <[email protected] >\n "
1414"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -528,8 +528,8 @@ msgstr ""
528528msgid ""
529529"If your logging needs are simple, then use the above examples to incorporate "
530530"logging into your own scripts, and if you run into problems or don't "
531- "understand something, please post a question on the comp.lang.python Usenet "
532- "group (available at https://groups.google.com/g/comp.lang.python) and you "
531+ "understand something, please post a question in the Help category of the "
532+ "`Python discussion forum < https://discuss.python.org/c/help/7>`_ and you "
533533"should receive help before too long."
534534msgstr ""
535535
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid ""
1010msgstr ""
1111"Project-Id-Version : Python 3.13\n "
1212"Report-Msgid-Bugs-To : \n "
13- "POT-Creation-Date : 2025-06-27 07:36 +0000\n "
13+ "POT-Creation-Date : 2025-07-22 00:17 +0000\n "
1414"PO-Revision-Date : 2022-10-23 20:30+0800\n "
1515"
Last-Translator :
Phil Lin <[email protected] >\n "
1616"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1176,11 +1176,12 @@ msgstr ""
11761176"from ..filters import equalizer"
11771177
11781178#: ../../tutorial/modules.rst:582
1179+ #, fuzzy
11791180msgid ""
1180- "Note that relative imports are based on the name of the current module. "
1181- "Since the name of the main module is always `` \" __main__ \" `` , modules "
1182- "intended for use as the main module of a Python application must always use "
1183- "absolute imports."
1181+ "Note that relative imports are based on the name of the current module's "
1182+ "package. Since the main module does not have a package , modules intended for "
1183+ "use as the main module of a Python application must always use absolute "
1184+ "imports."
11841185msgstr ""
11851186"請注意,相對 import 的運作是以目前的模組名稱為依據。因為主模組的名稱永遠是 "
11861187"``\" __main__\" ``,所以如果一個模組預期被用作 Python 應用程式的主模組,那它必"
You can’t perform that action at this time.
0 commit comments