6
6
msgstr ""
7
7
"Project-Id-Version : Python 3.13\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
- "POT-Creation-Date : 2024-11-05 00:13 +0000\n "
9
+ "POT-Creation-Date : 2024-11-10 17:21 +0000\n "
10
10
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
11
11
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
12
12
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -25,22 +25,6 @@ msgid "Pending Removal in Python 3.14"
25
25
msgstr "Python 3.14 中待移除的項目"
26
26
27
27
#: ../../deprecations/pending-removal-in-3.14.rst:4
28
- #: ../../deprecations/pending-removal-in-3.15.rst:4
29
- msgid "The import system:"
30
- msgstr "引入系統 (import system):"
31
-
32
- #: ../../deprecations/pending-removal-in-3.14.rst:6
33
- msgid ""
34
- "Setting :attr:`~module.__loader__` on a module while failing to set :attr:"
35
- "`__spec__.loader <importlib.machinery.ModuleSpec.loader>` is deprecated. In "
36
- "Python 3.14, :attr:`!__loader__` will cease to be set or taken into "
37
- "consideration by the import system or the standard library."
38
- msgstr ""
39
- "在模組上設定 :attr:`~module.__loader__` 而沒有設定 :attr:`__spec__.loader "
40
- "<importlib.machinery.ModuleSpec.loader>` 的做法已被棄用。在 Python 3.14 中,"
41
- "引入系統或標準函式庫將不再設定或考慮 :attr:`!__loader__` 。"
42
-
43
- #: ../../deprecations/pending-removal-in-3.14.rst:11
44
28
msgid ""
45
29
":mod:`argparse`: The *type*, *choices*, and *metavar* parameters of :class:`!"
46
30
"argparse.BooleanOptionalAction` are deprecated and will be removed in 3.14. "
@@ -50,7 +34,7 @@ msgstr ""
50
34
"*choices* 和 *metavar* 參數已被棄用,將在 3.14 中移除。 (由 Nikita Sobolev "
51
35
"於 :gh:`92248` 貢獻。)"
52
36
53
- #: ../../deprecations/pending-removal-in-3.14.rst:16
37
+ #: ../../deprecations/pending-removal-in-3.14.rst:9
54
38
msgid ""
55
39
":mod:`ast`: The following features have been deprecated in documentation "
56
40
"since Python 3.8, now cause a :exc:`DeprecationWarning` to be emitted at "
@@ -59,38 +43,39 @@ msgstr ""
59
43
":mod:`ast`:自 Python 3.8 起,下列功能已在文件中被棄用,現在在存取或使用時會"
60
44
"於 runtime 發出 :exc:`DeprecationWarning`,並將在 Python 3.14 中移除:"
61
45
62
- #: ../../deprecations/pending-removal-in-3.14.rst:20
46
+ #: ../../deprecations/pending-removal-in-3.14.rst:13
63
47
msgid ":class:`!ast.Num`"
64
48
msgstr ":class:`!ast.Num`"
65
49
66
- #: ../../deprecations/pending-removal-in-3.14.rst:21
50
+ #: ../../deprecations/pending-removal-in-3.14.rst:14
67
51
msgid ":class:`!ast.Str`"
68
52
msgstr ":class:`!ast.Str`"
69
53
70
- #: ../../deprecations/pending-removal-in-3.14.rst:22
54
+ #: ../../deprecations/pending-removal-in-3.14.rst:15
71
55
msgid ":class:`!ast.Bytes`"
72
56
msgstr ":class:`!ast.Bytes`"
73
57
74
- #: ../../deprecations/pending-removal-in-3.14.rst:23
58
+ #: ../../deprecations/pending-removal-in-3.14.rst:16
75
59
msgid ":class:`!ast.NameConstant`"
76
60
msgstr ":class:`!ast.NameConstant`"
77
61
78
- #: ../../deprecations/pending-removal-in-3.14.rst:24
62
+ #: ../../deprecations/pending-removal-in-3.14.rst:17
79
63
msgid ":class:`!ast.Ellipsis`"
80
64
msgstr ":class:`!ast.Ellipsis`"
81
65
82
- #: ../../deprecations/pending-removal-in-3.14.rst:26
66
+ #: ../../deprecations/pending-removal-in-3.14.rst:19
83
67
msgid ""
84
68
"Use :class:`ast.Constant` instead. (Contributed by Serhiy Storchaka in :gh:"
85
69
"`90953`.)"
86
70
msgstr ""
87
71
"請改用 :class:`ast.Constant`。(由 Serhiy Storchaka 於 :gh:`90953` 貢獻。)"
88
72
89
- #: ../../deprecations/pending-removal-in-3.14.rst:29
73
+ #: ../../deprecations/pending-removal-in-3.14.rst:22
74
+ #: ../../deprecations/pending-removal-in-3.16.rst:19
90
75
msgid ":mod:`asyncio`:"
91
76
msgstr ":mod:`asyncio`:"
92
77
93
- #: ../../deprecations/pending-removal-in-3.14.rst:31
78
+ #: ../../deprecations/pending-removal-in-3.14.rst:24
94
79
msgid ""
95
80
"The child watcher classes :class:`~asyncio.MultiLoopChildWatcher`, :class:"
96
81
"`~asyncio.FastChildWatcher`, :class:`~asyncio.AbstractChildWatcher` and :"
@@ -102,7 +87,7 @@ msgstr ""
102
87
"AbstractChildWatcher` 和 :class:`~asyncio.SafeChildWatcher`。 (由 Kumar "
103
88
"Aditya 於 :gh:`94597` 貢獻。)"
104
89
105
- #: ../../deprecations/pending-removal-in-3.14.rst:37
90
+ #: ../../deprecations/pending-removal-in-3.14.rst:30
106
91
msgid ""
107
92
":func:`asyncio.set_child_watcher`, :func:`asyncio.get_child_watcher`, :meth:"
108
93
"`asyncio.AbstractEventLoopPolicy.set_child_watcher` and :meth:`asyncio."
@@ -114,7 +99,7 @@ msgstr ""
114
99
"AbstractEventLoopPolicy.get_child_watcher` 已被棄用並將在 Python 3.14 中移"
115
100
"除。(由 Kumar Aditya 於 :gh:`94597` 貢獻。)"
116
101
117
- #: ../../deprecations/pending-removal-in-3.14.rst:43
102
+ #: ../../deprecations/pending-removal-in-3.14.rst:36
118
103
msgid ""
119
104
"The :meth:`~asyncio.get_event_loop` method of the default event loop policy "
120
105
"now emits a :exc:`DeprecationWarning` if there is no current event loop set "
@@ -125,7 +110,7 @@ msgstr ""
125
110
"件迴圈且決定建立一個時發出 :exc:`DeprecationWarning`。 (由 Serhiy Storchaka "
126
111
"和 Guido van Rossum 於 :gh:`100160` 貢獻。)"
127
112
128
- #: ../../deprecations/pending-removal-in-3.14.rst:48
113
+ #: ../../deprecations/pending-removal-in-3.14.rst:41
129
114
msgid ""
130
115
":mod:`collections.abc`: Deprecated :class:`~collections.abc.ByteString`. "
131
116
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
@@ -137,47 +122,47 @@ msgstr ""
137
122
"改用聯集,如 ``bytes | bytearray``,或 :class:`collections.abc.Buffer`。(由 "
138
123
"Shantanu Jain 於 :gh:`91896` 貢獻。)"
139
124
140
- #: ../../deprecations/pending-removal-in-3.14.rst:54
125
+ #: ../../deprecations/pending-removal-in-3.14.rst:47
141
126
msgid ""
142
127
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
143
128
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
144
129
msgstr ""
145
130
":mod:`email`:已棄用 :func:`email.utils.localtime` 中的 *isdst* 參數。(由 "
146
131
"Alan Williams 於 :gh:`72346` 貢獻。)"
147
132
148
- #: ../../deprecations/pending-removal-in-3.14.rst:57
133
+ #: ../../deprecations/pending-removal-in-3.14.rst:50
149
134
msgid ":mod:`importlib.abc` deprecated classes:"
150
135
msgstr ":mod:`importlib.abc` 的已棄用類別:"
151
136
152
- #: ../../deprecations/pending-removal-in-3.14.rst:59
137
+ #: ../../deprecations/pending-removal-in-3.14.rst:52
153
138
msgid ":class:`!importlib.abc.ResourceReader`"
154
139
msgstr ":class:`!importlib.abc.ResourceReader`"
155
140
156
- #: ../../deprecations/pending-removal-in-3.14.rst:60
141
+ #: ../../deprecations/pending-removal-in-3.14.rst:53
157
142
msgid ":class:`!importlib.abc.Traversable`"
158
143
msgstr ":class:`!importlib.abc.Traversable`"
159
144
160
- #: ../../deprecations/pending-removal-in-3.14.rst:61
145
+ #: ../../deprecations/pending-removal-in-3.14.rst:54
161
146
msgid ":class:`!importlib.abc.TraversableResources`"
162
147
msgstr ":class:`!importlib.abc.TraversableResources`"
163
148
164
- #: ../../deprecations/pending-removal-in-3.14.rst:63
149
+ #: ../../deprecations/pending-removal-in-3.14.rst:56
165
150
msgid "Use :mod:`importlib.resources.abc` classes instead:"
166
151
msgstr "請改用 :mod:`importlib.resources.abc` 類別:"
167
152
168
- #: ../../deprecations/pending-removal-in-3.14.rst:65
153
+ #: ../../deprecations/pending-removal-in-3.14.rst:58
169
154
msgid ":class:`importlib.resources.abc.Traversable`"
170
155
msgstr ":class:`importlib.resources.abc.Traversable`"
171
156
172
- #: ../../deprecations/pending-removal-in-3.14.rst:66
157
+ #: ../../deprecations/pending-removal-in-3.14.rst:59
173
158
msgid ":class:`importlib.resources.abc.TraversableResources`"
174
159
msgstr ":class:`importlib.resources.abc.TraversableResources`"
175
160
176
- #: ../../deprecations/pending-removal-in-3.14.rst:68
161
+ #: ../../deprecations/pending-removal-in-3.14.rst:61
177
162
msgid "(Contributed by Jason R. Coombs and Hugo van Kemenade in :gh:`93963`.)"
178
163
msgstr "(由 Jason R. Coombs 和 Hugo van Kemenade 貢獻於 :gh:`93963`。)"
179
164
180
- #: ../../deprecations/pending-removal-in-3.14.rst:70
165
+ #: ../../deprecations/pending-removal-in-3.14.rst:63
181
166
msgid ""
182
167
":mod:`itertools` had undocumented, inefficient, historically buggy, and "
183
168
"inconsistent support for copy, deepcopy, and pickle operations. This will be "
@@ -188,7 +173,7 @@ msgstr ""
188
173
"deepcopy 和 pickle 操作支援。將在 3.14 中移除以大幅減少程式碼量和維護負擔。 "
189
174
"(由 Raymond Hettinger 於 :gh:`101588` 貢獻。)"
190
175
191
- #: ../../deprecations/pending-removal-in-3.14.rst:76
176
+ #: ../../deprecations/pending-removal-in-3.14.rst:69
192
177
msgid ""
193
178
":mod:`multiprocessing`: The default start method will change to a safer one "
194
179
"on Linux, BSDs, and other non-macOS POSIX platforms where ``'fork'`` is "
@@ -205,15 +190,15 @@ msgstr ""
205
190
"API 來明確指定你的程式碼何時\\ *需要* ``'fork'``。請參閱 :ref:"
206
191
"`multiprocessing-start-methods`。"
207
192
208
- #: ../../deprecations/pending-removal-in-3.14.rst:84
193
+ #: ../../deprecations/pending-removal-in-3.14.rst:77
209
194
msgid ""
210
195
":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` and :meth:`~pathlib."
211
196
"PurePath.relative_to`: passing additional arguments is deprecated."
212
197
msgstr ""
213
198
":mod:`pathlib`:已棄用 :meth:`~pathlib.PurePath.is_relative_to` 和 :meth:"
214
199
"`~pathlib.PurePath.relative_to`:額外引數的傳遞已被棄用。"
215
200
216
- #: ../../deprecations/pending-removal-in-3.14.rst:88
201
+ #: ../../deprecations/pending-removal-in-3.14.rst:81
217
202
msgid ""
218
203
":mod:`pkgutil`: :func:`~pkgutil.find_loader` and :func:`~pkgutil.get_loader` "
219
204
"now raise :exc:`DeprecationWarning`; use :func:`importlib.util.find_spec` "
@@ -223,27 +208,27 @@ msgstr ""
223
208
"現在會引發 :exc:`DeprecationWarning`;請改用 :func:`importlib.util."
224
209
"find_spec`。 (由 Nikita Sobolev 於 :gh:`97850` 貢獻。)"
225
210
226
- #: ../../deprecations/pending-removal-in-3.14.rst:93
211
+ #: ../../deprecations/pending-removal-in-3.14.rst:86
227
212
msgid ":mod:`pty`:"
228
213
msgstr ":mod:`pty`:"
229
214
230
- #: ../../deprecations/pending-removal-in-3.14.rst:95
215
+ #: ../../deprecations/pending-removal-in-3.14.rst:88
231
216
msgid "``master_open()``: use :func:`pty.openpty`."
232
217
msgstr "``master_open()``:請用 :func:`pty.openpty`。"
233
218
234
- #: ../../deprecations/pending-removal-in-3.14.rst:96
219
+ #: ../../deprecations/pending-removal-in-3.14.rst:89
235
220
msgid "``slave_open()``: use :func:`pty.openpty`."
236
221
msgstr "``slave_open()``:請用 :func:`pty.openpty`。"
237
222
238
- #: ../../deprecations/pending-removal-in-3.14.rst:98
223
+ #: ../../deprecations/pending-removal-in-3.14.rst:91
239
224
msgid ":mod:`sqlite3`:"
240
225
msgstr ":mod:`sqlite3`:"
241
226
242
- #: ../../deprecations/pending-removal-in-3.14.rst:100
227
+ #: ../../deprecations/pending-removal-in-3.14.rst:93
243
228
msgid ":data:`~sqlite3.version` and :data:`~sqlite3.version_info`."
244
229
msgstr ":data:`~sqlite3.version` 和 :data:`~sqlite3.version_info`。"
245
230
246
- #: ../../deprecations/pending-removal-in-3.14.rst:102
231
+ #: ../../deprecations/pending-removal-in-3.14.rst:95
247
232
msgid ""
248
233
":meth:`~sqlite3.Cursor.execute` and :meth:`~sqlite3.Cursor.executemany` if :"
249
234
"ref:`named placeholders <sqlite3-placeholders>` are used and *parameters* is "
@@ -253,15 +238,15 @@ msgstr ""
253
238
"使用 :ref:`named placeholders <sqlite3-placeholders>` 且 *parameters* 是序列"
254
239
"而不是 :class:`dict`。"
255
240
256
- #: ../../deprecations/pending-removal-in-3.14.rst:106
241
+ #: ../../deprecations/pending-removal-in-3.14.rst:99
257
242
msgid ""
258
243
":mod:`typing`: :class:`~typing.ByteString`, deprecated since Python 3.9, now "
259
244
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
260
245
msgstr ""
261
246
":mod:`typing`:自 Python 3.9 起已被棄用的 :class:`~typing.ByteString` 現在在"
262
247
"使用時會發出 :exc:`DeprecationWarning`。"
263
248
264
- #: ../../deprecations/pending-removal-in-3.14.rst:109
249
+ #: ../../deprecations/pending-removal-in-3.14.rst:102
265
250
msgid ""
266
251
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
267
252
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
@@ -275,6 +260,11 @@ msgstr ""
275
260
msgid "Pending Removal in Python 3.15"
276
261
msgstr "Python 3.15 中待移除的項目"
277
262
263
+ #: ../../deprecations/pending-removal-in-3.15.rst:4
264
+ #: ../../deprecations/pending-removal-in-3.16.rst:4
265
+ msgid "The import system:"
266
+ msgstr "引入系統 (import system):"
267
+
278
268
#: ../../deprecations/pending-removal-in-3.15.rst:6
279
269
msgid ""
280
270
"Setting :attr:`~module.__cached__` on a module while failing to set :attr:"
@@ -443,32 +433,27 @@ msgstr ""
443
433
"getmarkers` 方法自 Python 3.13 被棄用。"
444
434
445
435
#: ../../deprecations/pending-removal-in-3.16.rst:2
446
- msgid "Pending Removal in Python 3.16"
436
+ #, fuzzy
437
+ msgid "Pending removal in Python 3.16"
447
438
msgstr "Python 3.16 中待移除的項目"
448
439
449
- #: ../../deprecations/pending-removal-in-3.16.rst:4
450
- #: ../../deprecations/pending-removal-in-future.rst:12
451
- msgid ":mod:`builtins`:"
452
- msgstr ":mod:`builtins`:"
453
-
454
440
#: ../../deprecations/pending-removal-in-3.16.rst:6
441
+ #, fuzzy
455
442
msgid ""
456
- "Bitwise inversion on boolean types, ``~True`` or ``~False`` has been "
457
- "deprecated since Python 3.12, as it produces surprising and unintuitive "
458
- "results (``-2`` and ``-1``). Use ``not x`` instead for the logical negation "
459
- "of a Boolean. In the rare case that you need the bitwise inversion of the "
460
- "underlying integer, convert to ``int`` explicitly (``~int(x)``)."
443
+ "Setting :attr:`~module.__loader__` on a module while failing to set :attr:"
444
+ "`__spec__.loader <importlib.machinery.ModuleSpec.loader>` is deprecated. In "
445
+ "Python 3.16, :attr:`!__loader__` will cease to be set or taken into "
446
+ "consideration by the import system or the standard library."
461
447
msgstr ""
462
- "自 Python 3.12 起,布林型別的位元反轉 ``~True`` 或 ``~False`` 已被棄用,因為"
463
- "它會產生不預期且不直觀的結果(``-2`` 和 ``-1``)。使用 ``not x`` 代替布林值的"
464
- "邏輯否定。在極少數情況下,你需要對底層的整數進行位元反轉,請明確轉換為 "
465
- "``~int(x)`` (``~int(x)``)。"
448
+ "在模組上設定 :attr:`~module.__loader__` 而沒有設定 :attr:`__spec__.loader "
449
+ "<importlib.machinery.ModuleSpec.loader>` 的做法已被棄用。在 Python 3.14 中,"
450
+ "引入系統或標準函式庫將不再設定或考慮 :attr:`!__loader__` 。"
466
451
467
- #: ../../deprecations/pending-removal-in-3.16.rst:13
452
+ #: ../../deprecations/pending-removal-in-3.16.rst:11
468
453
msgid ":mod:`array`:"
469
454
msgstr ":mod:`array`:"
470
455
471
- #: ../../deprecations/pending-removal-in-3.16.rst:15
456
+ #: ../../deprecations/pending-removal-in-3.16.rst:13
472
457
msgid ""
473
458
"The ``'u'`` format code (:c:type:`wchar_t`) has been deprecated in "
474
459
"documentation since Python 3.3 and at runtime since Python 3.13. Use the "
@@ -479,10 +464,35 @@ msgstr ""
479
464
"來取代 Unicode 字元。"
480
465
481
466
#: ../../deprecations/pending-removal-in-3.16.rst:21
467
+ msgid ""
468
+ ":func:`!asyncio.iscoroutinefunction` is deprecated and will be removed in "
469
+ "Python 3.16, use :func:`inspect.iscoroutinefunction` instead. (Contributed "
470
+ "by Jiahao Li and Kumar Aditya in :gh:`122875`.)"
471
+ msgstr ""
472
+
473
+ #: ../../deprecations/pending-removal-in-3.16.rst:26
474
+ #: ../../deprecations/pending-removal-in-future.rst:12
475
+ msgid ":mod:`builtins`:"
476
+ msgstr ":mod:`builtins`:"
477
+
478
+ #: ../../deprecations/pending-removal-in-3.16.rst:28
479
+ msgid ""
480
+ "Bitwise inversion on boolean types, ``~True`` or ``~False`` has been "
481
+ "deprecated since Python 3.12, as it produces surprising and unintuitive "
482
+ "results (``-2`` and ``-1``). Use ``not x`` instead for the logical negation "
483
+ "of a Boolean. In the rare case that you need the bitwise inversion of the "
484
+ "underlying integer, convert to ``int`` explicitly (``~int(x)``)."
485
+ msgstr ""
486
+ "自 Python 3.12 起,布林型別的位元反轉 ``~True`` 或 ``~False`` 已被棄用,因為"
487
+ "它會產生不預期且不直觀的結果(``-2`` 和 ``-1``)。使用 ``not x`` 代替布林值的"
488
+ "邏輯否定。在極少數情況下,你需要對底層的整數進行位元反轉,請明確轉換為 "
489
+ "``~int(x)`` (``~int(x)``)。"
490
+
491
+ #: ../../deprecations/pending-removal-in-3.16.rst:35
482
492
msgid ":mod:`shutil`:"
483
493
msgstr ":mod:`shutil`:"
484
494
485
- #: ../../deprecations/pending-removal-in-3.16.rst:23
495
+ #: ../../deprecations/pending-removal-in-3.16.rst:37
486
496
msgid ""
487
497
"The :class:`!ExecError` exception has been deprecated since Python 3.14. It "
488
498
"has not been used by any function in :mod:`!shutil` since Python 3.4, and is "
@@ -491,23 +501,23 @@ msgstr ""
491
501
"自 Python 3.14 起,:class:`!ExecError` 例外已被棄用。自 Python 3.4 以來,它尚"
492
502
"未被 :mod:`!shutil` 中的任何函式使用,現在是 :exc:`RuntimeError` 的別名。"
493
503
494
- #: ../../deprecations/pending-removal-in-3.16.rst:28
504
+ #: ../../deprecations/pending-removal-in-3.16.rst:42
495
505
msgid ":mod:`symtable`:"
496
506
msgstr ":mod:`symtable`:"
497
507
498
- #: ../../deprecations/pending-removal-in-3.16.rst:30
508
+ #: ../../deprecations/pending-removal-in-3.16.rst:44
499
509
msgid ""
500
510
"The :meth:`Class.get_methods <symtable.Class.get_methods>` method has been "
501
511
"deprecated since Python 3.14."
502
512
msgstr ""
503
513
"自 Python 3.14 起,:meth:`Class.get_methods <symtable.Class.get_methods>` 方"
504
514
"法已被棄用。"
505
515
506
- #: ../../deprecations/pending-removal-in-3.16.rst:33
516
+ #: ../../deprecations/pending-removal-in-3.16.rst:47
507
517
msgid ":mod:`sys`:"
508
518
msgstr ":mod:`sys`:"
509
519
510
- #: ../../deprecations/pending-removal-in-3.16.rst:35
520
+ #: ../../deprecations/pending-removal-in-3.16.rst:49
511
521
msgid ""
512
522
"The :func:`~sys._enablelegacywindowsfsencoding` function has been deprecated "
513
523
"since Python 3.13. Use the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` "
@@ -516,11 +526,11 @@ msgstr ""
516
526
"自 Python 3.13 起,:func:`~sys._enablelegacywindowsfsencoding` 函式已被棄用。"
517
527
"請改用 :envvar:`PYTHONLEGACYWINDOWSFSENCODING` 環境變數。"
518
528
519
- #: ../../deprecations/pending-removal-in-3.16.rst:39
529
+ #: ../../deprecations/pending-removal-in-3.16.rst:53
520
530
msgid ":mod:`tarfile`:"
521
531
msgstr ":mod:`tarfile`:"
522
532
523
- #: ../../deprecations/pending-removal-in-3.16.rst:41
533
+ #: ../../deprecations/pending-removal-in-3.16.rst:55
524
534
msgid ""
525
535
"The undocumented and unused :attr:`!TarFile.tarfile` attribute has been "
526
536
"deprecated since Python 3.13."
0 commit comments