@@ -287,13 +287,12 @@ msgstr "重要的移除:"
287287
288288#: ../../whatsnew/3.13.rst:182
289289msgid ""
290- ":ref:`PEP 594 <whatsnew313-pep594>`: The remaining 19 \" dead "
291- "batteries\" (legacy stdlib modules) have been removed from the standard "
292- "library: :mod:`!aifc`, :mod:`!audioop`, :mod:`!cgi`, :mod:`!cgitb`, :mod:`!"
293- "chunk`, :mod:`!crypt`, :mod:`!imghdr`, :mod:`!mailcap`, :mod:`!msilib`, :mod:"
294- "`!nis`, :mod:`!nntplib`, :mod:`!ossaudiodev`, :mod:`!pipes`, :mod:`!"
295- "sndhdr`, :mod:`!spwd`, :mod:`!sunau`, :mod:`!telnetlib`, :mod:`!uu` and :mod:"
296- "`!xdrlib`."
290+ ":ref:`PEP 594 <whatsnew313-pep594>`: The remaining 19 \" dead batteries\" "
291+ "(legacy stdlib modules) have been removed from the standard library: :mod:`!"
292+ "aifc`, :mod:`!audioop`, :mod:`!cgi`, :mod:`!cgitb`, :mod:`!chunk`, :mod:`!"
293+ "crypt`, :mod:`!imghdr`, :mod:`!mailcap`, :mod:`!msilib`, :mod:`!nis`, :mod:`!"
294+ "nntplib`, :mod:`!ossaudiodev`, :mod:`!pipes`, :mod:`!sndhdr`, :mod:`!spwd`, :"
295+ "mod:`!sunau`, :mod:`!telnetlib`, :mod:`!uu` and :mod:`!xdrlib`."
297296msgstr ""
298297":ref:`PEP 594 <whatsnew313-pep594>`: 剩下的 19 個 \" dead batteries\" (遺留標"
299298"準函式庫模組)以字標準函式庫中移除::mod:`!aifc`、:mod:`!audioop`、:mod:`!"
@@ -2888,7 +2887,7 @@ msgstr "Python 3.14 中待移除的項目"
28882887#: ../../deprecations/pending-removal-in-3.14.rst:4
28892888#: ../../deprecations/pending-removal-in-3.15.rst:4
28902889msgid "The import system:"
2891- msgstr ""
2890+ msgstr "引入系統 (import system): "
28922891
28932892#: ../../deprecations/pending-removal-in-3.14.rst:6
28942893msgid ""
@@ -2897,6 +2896,9 @@ msgid ""
28972896"Python 3.14, :attr:`!__loader__` will cease to be set or taken into "
28982897"consideration by the import system or the standard library."
28992898msgstr ""
2899+ "在模組上設定 :attr:`~module.__loader__` 而沒有設定 :attr:`__spec__.loader "
2900+ "<importlib.machinery.ModuleSpec.loader>` 的做法已被棄用。在 Python 3.14 中,"
2901+ "引入系統或標準函式庫將不再設定或考慮 :attr:`!__loader__` 。"
29002902
29012903#: ../../deprecations/pending-removal-in-3.14.rst:11
29022904msgid ""
@@ -3156,6 +3158,9 @@ msgid ""
31563158"Python 3.15, :attr:`!__cached__` will cease to be set or take into "
31573159"consideration by the import system or standard library. (:gh:`97879`)"
31583160msgstr ""
3161+ "在模組上設定 :attr:`~module.__cached__` 而沒有設定 :attr:`__spec__.cached "
3162+ "<importlib.machinery.ModuleSpec.cached>` 的做法已被棄用。在 Python 3.15 中,"
3163+ "引入系統或標準函式庫將不再設定或考慮 :attr:`!__cached__`。(:gh:`97879`)"
31593164
31603165#: ../../deprecations/pending-removal-in-3.15.rst:11
31613166msgid ""
@@ -3164,6 +3169,9 @@ msgid ""
31643169"Python 3.15, :attr:`!__package__` will cease to be set or take into "
31653170"consideration by the import system or standard library. (:gh:`97879`)"
31663171msgstr ""
3172+ "在模組上設定 :attr:`~module.__package__` 而沒有設定 :attr:`__spec__.parent "
3173+ "<importlib.machinery.ModuleSpec.parent>` 的做法已被棄用。在 Python 3.15 中,"
3174+ "引入系統或標準函式庫將不再設定或考慮 :attr:`!__package__`。(:gh:`97879`)"
31673175
31683176#: ../../deprecations/pending-removal-in-3.15.rst:18
31693177msgid ""
@@ -3511,6 +3519,8 @@ msgid ""
35113519":mod:`logging`: the ``warn()`` method has been deprecated since Python 3.3, "
35123520"use :meth:`~logging.warning` instead."
35133521msgstr ""
3522+ ":mod:`logging`:自 Python 3.3 起,``warn()`` 方法已被棄用,請改用 :meth:"
3523+ "`~logging.warning`。"
35143524
35153525#: ../../deprecations/pending-removal-in-future.rst:72
35163526msgid ""
@@ -5338,10 +5348,3 @@ msgid ""
53385348"interpreter, before ``site.py`` is executed. (Contributed by Łukasz Langa "
53395349"in :gh:`110769`.)"
53405350msgstr ""
5341-
5342- #~ msgid ""
5343- #~ ":mod:`importlib`: ``__package__`` and ``__cached__`` will cease to be set "
5344- #~ "or taken into consideration by the import system (:gh:`97879`)."
5345- #~ msgstr ""
5346- #~ ":mod:`importlib`:``__package__`` 和 ``__cached__`` 將不再被設定或被 "
5347- #~ "import 系統考慮。 (:gh:`97879`)"
0 commit comments