55msgstr ""
66"Project-Id-Version : Python 3.13\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2024-11-05 00:13+0000\n "
8+ "POT-Creation-Date : 2025-02-12 00:13+0000\n "
99"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1010"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1111"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -79,10 +79,19 @@ msgstr ""
7979"cgi` 旗標已被棄用。"
8080
8181#: ../../deprecations/pending-removal-in-3.15.rst:32
82+ #, fuzzy
83+ msgid ":mod:`importlib`:"
84+ msgstr ":mod:`pathlib`:"
85+
86+ #: ../../deprecations/pending-removal-in-3.15.rst:34
87+ msgid "``load_module()`` method: use ``exec_module()`` instead."
88+ msgstr ""
89+
90+ #: ../../deprecations/pending-removal-in-3.15.rst:36
8291msgid ":class:`locale`:"
8392msgstr ":class:`locale`:"
8493
85- #: ../../deprecations/pending-removal-in-3.15.rst:34
94+ #: ../../deprecations/pending-removal-in-3.15.rst:38
8695msgid ""
8796"The :func:`~locale.getdefaultlocale` function has been deprecated since "
8897"Python 3.11. Its removal was originally planned for Python 3.13 (:gh:"
@@ -95,23 +104,23 @@ msgstr ""
95104"`~locale.getlocale`、:func:`~locale.setlocale` 和 :func:`~locale."
96105"getencoding`。 (由 Hugo van Kemenade 於 :gh:`111187` 貢獻。)"
97106
98- #: ../../deprecations/pending-removal-in-3.15.rst:42
107+ #: ../../deprecations/pending-removal-in-3.15.rst:46
99108msgid ":mod:`pathlib`:"
100109msgstr ":mod:`pathlib`:"
101110
102- #: ../../deprecations/pending-removal-in-3.15.rst:44
111+ #: ../../deprecations/pending-removal-in-3.15.rst:48
103112msgid ""
104113":meth:`.PurePath.is_reserved` has been deprecated since Python 3.13. Use :"
105114"func:`os.path.isreserved` to detect reserved paths on Windows."
106115msgstr ""
107116":meth:`.PurePath.is_reserved` 已自 Python 3.13 被棄用。請用 :func:`os.path."
108117"isreserved` 來偵測 Windows 上的保留路徑。"
109118
110- #: ../../deprecations/pending-removal-in-3.15.rst:48
119+ #: ../../deprecations/pending-removal-in-3.15.rst:52
111120msgid ":mod:`platform`:"
112121msgstr ":mod:`platform`:"
113122
114- #: ../../deprecations/pending-removal-in-3.15.rst:50
123+ #: ../../deprecations/pending-removal-in-3.15.rst:54
115124msgid ""
116125":func:`~platform.java_ver` has been deprecated since Python 3.13. This "
117126"function is only useful for Jython support, has a confusing API, and is "
@@ -120,11 +129,11 @@ msgstr ""
120129"自 Python 3.13 起,:func:`~platform.java_ver` 已被棄用。此函式僅對 Jython 支"
121130"援有用,具有令人困惑的 API,基本上未經測試。"
122131
123- #: ../../deprecations/pending-removal-in-3.15.rst:54
132+ #: ../../deprecations/pending-removal-in-3.15.rst:58
124133msgid ":mod:`threading`:"
125134msgstr ":mod:`threading`:"
126135
127- #: ../../deprecations/pending-removal-in-3.15.rst:56
136+ #: ../../deprecations/pending-removal-in-3.15.rst:60
128137msgid ""
129138":func:`~threading.RLock` will take no arguments in Python 3.15. Passing any "
130139"arguments has been deprecated since Python 3.14, as the Python version does "
@@ -135,11 +144,11 @@ msgstr ""
135144"起,傳遞任何引數的用法已被棄用,因為 Python 版本不允許任何引數,但 C 版本允許"
136145"任意數量的位置或關鍵字引數,並忽略每個引數。"
137146
138- #: ../../deprecations/pending-removal-in-3.15.rst:62
147+ #: ../../deprecations/pending-removal-in-3.15.rst:66
139148msgid ":mod:`types`:"
140149msgstr ":mod:`types`:"
141150
142- #: ../../deprecations/pending-removal-in-3.15.rst:64
151+ #: ../../deprecations/pending-removal-in-3.15.rst:68
143152msgid ""
144153":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
145154"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
@@ -151,11 +160,11 @@ msgstr ""
151160"exc:`DeprecationWarning`。可能在 3.15 中移除。(由 Nikita Sobolev 於 :gh:"
152161"`101866` 貢獻。)"
153162
154- #: ../../deprecations/pending-removal-in-3.15.rst:71
163+ #: ../../deprecations/pending-removal-in-3.15.rst:75
155164msgid ":mod:`typing`:"
156165msgstr ":mod:`typing`:"
157166
158- #: ../../deprecations/pending-removal-in-3.15.rst:73
167+ #: ../../deprecations/pending-removal-in-3.15.rst:77
159168msgid ""
160169"The undocumented keyword argument syntax for creating :class:`~typing."
161170"NamedTuple` classes (e.g. ``Point = NamedTuple(\" Point\" , x=int, y=int)``) "
@@ -166,7 +175,7 @@ msgstr ""
166175"(``Point = NamedTuple(\" Point\" , x=int, y=int)``) 已自 Python 3.13 棄用。請改"
167176"用基於類別的語法或函式語法 (functional syntax)。"
168177
169- #: ../../deprecations/pending-removal-in-3.15.rst:79
178+ #: ../../deprecations/pending-removal-in-3.15.rst:83
170179msgid ""
171180"The :func:`typing.no_type_check_decorator` decorator function has been "
172181"deprecated since Python 3.13. After eight years in the :mod:`typing` module, "
@@ -176,11 +185,11 @@ msgstr ""
176185"用。在 :mod:`typing` 模組中使用了八年之後,它尚未得到任何主要型別檢查器的支"
177186"援。"
178187
179- #: ../../deprecations/pending-removal-in-3.15.rst:84
188+ #: ../../deprecations/pending-removal-in-3.15.rst:88
180189msgid ":mod:`wave`:"
181190msgstr ":mod:`wave`:"
182191
183- #: ../../deprecations/pending-removal-in-3.15.rst:86
192+ #: ../../deprecations/pending-removal-in-3.15.rst:90
184193msgid ""
185194"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave."
186195"Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:"
0 commit comments