Skip to content

Commit cd02c68

Browse files
sync with cpython c0955985
1 parent c64f78b commit cd02c68

File tree

4 files changed

+40
-44
lines changed

4 files changed

+40
-44
lines changed

deprecations/index.po

+10-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-10-22 00:13+0000\n"
9+
"POT-Creation-Date: 2024-11-04 00:14+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -255,14 +255,6 @@ msgstr ""
255255

256256
#: ../../deprecations/pending-removal-in-3.14.rst:106
257257
msgid ""
258-
"date and datetime adapter, date and timestamp converter: see the :mod:"
259-
"`sqlite3` documentation for suggested replacement recipes."
260-
msgstr ""
261-
"date 和 datetime 的適配器 (adapter)、date 和 timestamp 轉換器 (converter):請"
262-
"參閱 :mod:`sqlite3` 文件以獲得建議的替代方案。"
263-
264-
#: ../../deprecations/pending-removal-in-3.14.rst:109
265-
msgid ""
266258
":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
267259
"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
268260
"but it only got a proper :exc:`DeprecationWarning` in 3.12. May be removed "
@@ -273,15 +265,15 @@ msgstr ""
273265
"exc:`DeprecationWarning`。可能在 3.14 中移除。(由 Nikita Sobolev 於 :gh:"
274266
"`101866` 貢獻。)"
275267

276-
#: ../../deprecations/pending-removal-in-3.14.rst:116
268+
#: ../../deprecations/pending-removal-in-3.14.rst:113
277269
msgid ""
278270
":mod:`typing`: :class:`~typing.ByteString`, deprecated since Python 3.9, now "
279271
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
280272
msgstr ""
281273
":mod:`typing`:自 Python 3.9 起已被棄用的 :class:`~typing.ByteString` 現在在"
282274
"使用時會發出 :exc:`DeprecationWarning`。"
283275

284-
#: ../../deprecations/pending-removal-in-3.14.rst:119
276+
#: ../../deprecations/pending-removal-in-3.14.rst:116
285277
msgid ""
286278
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
287279
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
@@ -1345,3 +1337,10 @@ msgstr ""
13451337
#: ../../deprecations/c-api-pending-removal-in-future.rst:50
13461338
msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7."
13471339
msgstr ":c:func:`PyThread_ReInitTLS`:自 Python 3.7 起不再需要。"
1340+
1341+
#~ msgid ""
1342+
#~ "date and datetime adapter, date and timestamp converter: see the :mod:"
1343+
#~ "`sqlite3` documentation for suggested replacement recipes."
1344+
#~ msgstr ""
1345+
#~ "date 和 datetime 的適配器 (adapter)、date 和 timestamp 轉換器 "
1346+
#~ "(converter):請參閱 :mod:`sqlite3` 文件以獲得建議的替代方案。"

deprecations/pending-removal-in-3.14.po

+10-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-10-15 00:14+0000\n"
9+
"POT-Creation-Date: 2024-11-04 00:14+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -249,14 +249,6 @@ msgstr ""
249249

250250
#: ../../deprecations/pending-removal-in-3.14.rst:106
251251
msgid ""
252-
"date and datetime adapter, date and timestamp converter: see the :mod:"
253-
"`sqlite3` documentation for suggested replacement recipes."
254-
msgstr ""
255-
"date 和 datetime 的適配器 (adapter)、date 和 timestamp 轉換器 (converter):請"
256-
"參閱 :mod:`sqlite3` 文件以獲得建議的替代方案。"
257-
258-
#: ../../deprecations/pending-removal-in-3.14.rst:109
259-
msgid ""
260252
":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
261253
"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
262254
"but it only got a proper :exc:`DeprecationWarning` in 3.12. May be removed "
@@ -267,19 +259,26 @@ msgstr ""
267259
"exc:`DeprecationWarning`。可能在 3.14 中移除。(由 Nikita Sobolev 於 :gh:"
268260
"`101866` 貢獻。)"
269261

270-
#: ../../deprecations/pending-removal-in-3.14.rst:116
262+
#: ../../deprecations/pending-removal-in-3.14.rst:113
271263
msgid ""
272264
":mod:`typing`: :class:`~typing.ByteString`, deprecated since Python 3.9, now "
273265
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
274266
msgstr ""
275267
":mod:`typing`:自 Python 3.9 起已被棄用的 :class:`~typing.ByteString` 現在在"
276268
"使用時會發出 :exc:`DeprecationWarning`。"
277269

278-
#: ../../deprecations/pending-removal-in-3.14.rst:119
270+
#: ../../deprecations/pending-removal-in-3.14.rst:116
279271
msgid ""
280272
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
281273
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
282274
"`88168`.)"
283275
msgstr ""
284276
":mod:`urllib`::class:`!urllib.parse.Quoter` 已被棄用:它並非預期的公開 API。"
285277
"(由 Gregory P. Smith 於 :gh:`88168` 貢獻。)"
278+
279+
#~ msgid ""
280+
#~ "date and datetime adapter, date and timestamp converter: see the :mod:"
281+
#~ "`sqlite3` documentation for suggested replacement recipes."
282+
#~ msgstr ""
283+
#~ "date 和 datetime 的適配器 (adapter)、date 和 timestamp 轉換器 "
284+
#~ "(converter):請參閱 :mod:`sqlite3` 文件以獲得建議的替代方案。"

whatsnew/3.12.po

+10-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-10-22 00:13+0000\n"
9+
"POT-Creation-Date: 2024-11-04 00:14+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2376,14 +2376,6 @@ msgstr ""
23762376

23772377
#: ../../deprecations/pending-removal-in-3.14.rst:106
23782378
msgid ""
2379-
"date and datetime adapter, date and timestamp converter: see the :mod:"
2380-
"`sqlite3` documentation for suggested replacement recipes."
2381-
msgstr ""
2382-
"date 和 datetime 的適配器 (adapter)、date 和 timestamp 轉換器 (converter):請"
2383-
"參閱 :mod:`sqlite3` 文件以獲得建議的替代方案。"
2384-
2385-
#: ../../deprecations/pending-removal-in-3.14.rst:109
2386-
msgid ""
23872379
":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
23882380
"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
23892381
"but it only got a proper :exc:`DeprecationWarning` in 3.12. May be removed "
@@ -2394,15 +2386,15 @@ msgstr ""
23942386
"exc:`DeprecationWarning`。可能在 3.14 中移除。(由 Nikita Sobolev 於 :gh:"
23952387
"`101866` 貢獻。)"
23962388

2397-
#: ../../deprecations/pending-removal-in-3.14.rst:116
2389+
#: ../../deprecations/pending-removal-in-3.14.rst:113
23982390
msgid ""
23992391
":mod:`typing`: :class:`~typing.ByteString`, deprecated since Python 3.9, now "
24002392
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
24012393
msgstr ""
24022394
":mod:`typing`:自 Python 3.9 起已被棄用的 :class:`~typing.ByteString` 現在在"
24032395
"使用時會發出 :exc:`DeprecationWarning`。"
24042396

2405-
#: ../../deprecations/pending-removal-in-3.14.rst:119
2397+
#: ../../deprecations/pending-removal-in-3.14.rst:116
24062398
msgid ""
24072399
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
24082400
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
@@ -5235,6 +5227,13 @@ msgstr ""
52355227
"移除 ``PyUnicode_InternImmortal()`` 函式巨集。(由 Victor Stinner 於 :gh:"
52365228
"`85858` 中貢獻。)"
52375229

5230+
#~ msgid ""
5231+
#~ "date and datetime adapter, date and timestamp converter: see the :mod:"
5232+
#~ "`sqlite3` documentation for suggested replacement recipes."
5233+
#~ msgstr ""
5234+
#~ "date 和 datetime 的適配器 (adapter)、date 和 timestamp 轉換器 "
5235+
#~ "(converter):請參閱 :mod:`sqlite3` 文件以獲得建議的替代方案。"
5236+
52385237
#~ msgid ""
52395238
#~ ":mod:`platform`: :func:`~platform.java_ver` is deprecated and will be "
52405239
#~ "removed in 3.15. It was largely untested, had a confusing API, and was "

whatsnew/3.13.po

+10-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-10-25 00:13+0000\n"
9+
"POT-Creation-Date: 2024-11-04 00:14+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -3114,14 +3114,6 @@ msgstr ""
31143114

31153115
#: ../../deprecations/pending-removal-in-3.14.rst:106
31163116
msgid ""
3117-
"date and datetime adapter, date and timestamp converter: see the :mod:"
3118-
"`sqlite3` documentation for suggested replacement recipes."
3119-
msgstr ""
3120-
"date 和 datetime 的適配器 (adapter)、date 和 timestamp 轉換器 (converter):請"
3121-
"參閱 :mod:`sqlite3` 文件以獲得建議的替代方案。"
3122-
3123-
#: ../../deprecations/pending-removal-in-3.14.rst:109
3124-
msgid ""
31253117
":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
31263118
"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
31273119
"but it only got a proper :exc:`DeprecationWarning` in 3.12. May be removed "
@@ -3132,15 +3124,15 @@ msgstr ""
31323124
"exc:`DeprecationWarning`。可能在 3.14 中移除。(由 Nikita Sobolev 於 :gh:"
31333125
"`101866` 貢獻。)"
31343126

3135-
#: ../../deprecations/pending-removal-in-3.14.rst:116
3127+
#: ../../deprecations/pending-removal-in-3.14.rst:113
31363128
msgid ""
31373129
":mod:`typing`: :class:`~typing.ByteString`, deprecated since Python 3.9, now "
31383130
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
31393131
msgstr ""
31403132
":mod:`typing`:自 Python 3.9 起已被棄用的 :class:`~typing.ByteString` 現在在"
31413133
"使用時會發出 :exc:`DeprecationWarning`。"
31423134

3143-
#: ../../deprecations/pending-removal-in-3.14.rst:119
3135+
#: ../../deprecations/pending-removal-in-3.14.rst:116
31443136
msgid ""
31453137
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
31463138
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
@@ -5365,3 +5357,10 @@ msgid ""
53655357
"interpreter, before ``site.py`` is executed. (Contributed by Łukasz Langa "
53665358
"in :gh:`110769`.)"
53675359
msgstr ""
5360+
5361+
#~ msgid ""
5362+
#~ "date and datetime adapter, date and timestamp converter: see the :mod:"
5363+
#~ "`sqlite3` documentation for suggested replacement recipes."
5364+
#~ msgstr ""
5365+
#~ "date 和 datetime 的適配器 (adapter)、date 和 timestamp 轉換器 "
5366+
#~ "(converter):請參閱 :mod:`sqlite3` 文件以獲得建議的替代方案。"

0 commit comments

Comments
 (0)