Skip to content

Commit 4025bcc

Browse files
sync with cpython dd4c8aca
1 parent 166a7e1 commit 4025bcc

File tree

6 files changed

+1968
-517
lines changed

6 files changed

+1968
-517
lines changed
Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-07-25 00:04+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../deprecations/pending-removal-in-3.13.rst:2
21+
msgid "Pending Removal in Python 3.13"
22+
msgstr ""
23+
24+
#: ../../deprecations/pending-removal-in-3.13.rst:4
25+
msgid "Modules (see :pep:`594`):"
26+
msgstr ""
27+
28+
#: ../../deprecations/pending-removal-in-3.13.rst:6
29+
msgid ":mod:`aifc`"
30+
msgstr ""
31+
32+
#: ../../deprecations/pending-removal-in-3.13.rst:7
33+
msgid ":mod:`audioop`"
34+
msgstr ""
35+
36+
#: ../../deprecations/pending-removal-in-3.13.rst:8
37+
msgid ":mod:`cgi`"
38+
msgstr ""
39+
40+
#: ../../deprecations/pending-removal-in-3.13.rst:9
41+
msgid ":mod:`cgitb`"
42+
msgstr ""
43+
44+
#: ../../deprecations/pending-removal-in-3.13.rst:10
45+
msgid ":mod:`chunk`"
46+
msgstr ""
47+
48+
#: ../../deprecations/pending-removal-in-3.13.rst:11
49+
msgid ":mod:`crypt`"
50+
msgstr ""
51+
52+
#: ../../deprecations/pending-removal-in-3.13.rst:12
53+
msgid ":mod:`imghdr`"
54+
msgstr ""
55+
56+
#: ../../deprecations/pending-removal-in-3.13.rst:13
57+
msgid ":mod:`mailcap`"
58+
msgstr ""
59+
60+
#: ../../deprecations/pending-removal-in-3.13.rst:14
61+
msgid ":mod:`msilib`"
62+
msgstr ""
63+
64+
#: ../../deprecations/pending-removal-in-3.13.rst:15
65+
msgid ":mod:`nis`"
66+
msgstr ""
67+
68+
#: ../../deprecations/pending-removal-in-3.13.rst:16
69+
msgid ":mod:`nntplib`"
70+
msgstr ""
71+
72+
#: ../../deprecations/pending-removal-in-3.13.rst:17
73+
msgid ":mod:`ossaudiodev`"
74+
msgstr ""
75+
76+
#: ../../deprecations/pending-removal-in-3.13.rst:18
77+
msgid ":mod:`pipes`"
78+
msgstr ""
79+
80+
#: ../../deprecations/pending-removal-in-3.13.rst:19
81+
msgid ":mod:`sndhdr`"
82+
msgstr ""
83+
84+
#: ../../deprecations/pending-removal-in-3.13.rst:20
85+
msgid ":mod:`spwd`"
86+
msgstr ""
87+
88+
#: ../../deprecations/pending-removal-in-3.13.rst:21
89+
msgid ":mod:`sunau`"
90+
msgstr ""
91+
92+
#: ../../deprecations/pending-removal-in-3.13.rst:22
93+
msgid ":mod:`telnetlib`"
94+
msgstr ""
95+
96+
#: ../../deprecations/pending-removal-in-3.13.rst:23
97+
msgid ":mod:`uu`"
98+
msgstr ""
99+
100+
#: ../../deprecations/pending-removal-in-3.13.rst:24
101+
msgid ":mod:`xdrlib`"
102+
msgstr ""
103+
104+
#: ../../deprecations/pending-removal-in-3.13.rst:26
105+
msgid "Other modules:"
106+
msgstr ""
107+
108+
#: ../../deprecations/pending-removal-in-3.13.rst:28
109+
msgid ":mod:`!lib2to3`, and the :program:`2to3` program (:gh:`84540`)"
110+
msgstr ""
111+
112+
#: ../../deprecations/pending-removal-in-3.13.rst:30
113+
msgid "APIs:"
114+
msgstr ""
115+
116+
#: ../../deprecations/pending-removal-in-3.13.rst:32
117+
msgid ":class:`!configparser.LegacyInterpolation` (:gh:`90765`)"
118+
msgstr ""
119+
120+
#: ../../deprecations/pending-removal-in-3.13.rst:33
121+
msgid "``locale.resetlocale()`` (:gh:`90817`)"
122+
msgstr ""
123+
124+
#: ../../deprecations/pending-removal-in-3.13.rst:34
125+
msgid ":meth:`!turtle.RawTurtle.settiltangle` (:gh:`50096`)"
126+
msgstr ""
127+
128+
#: ../../deprecations/pending-removal-in-3.13.rst:35
129+
msgid ":func:`!unittest.findTestCases` (:gh:`50096`)"
130+
msgstr ""
131+
132+
#: ../../deprecations/pending-removal-in-3.13.rst:36
133+
msgid ":func:`!unittest.getTestCaseNames` (:gh:`50096`)"
134+
msgstr ""
135+
136+
#: ../../deprecations/pending-removal-in-3.13.rst:37
137+
msgid ":func:`!unittest.makeSuite` (:gh:`50096`)"
138+
msgstr ""
139+
140+
#: ../../deprecations/pending-removal-in-3.13.rst:38
141+
msgid ":meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)"
142+
msgstr ""
143+
144+
#: ../../deprecations/pending-removal-in-3.13.rst:39
145+
msgid ":class:`!webbrowser.MacOSX` (:gh:`86421`)"
146+
msgstr ""
147+
148+
#: ../../deprecations/pending-removal-in-3.13.rst:40
149+
msgid ":class:`classmethod` descriptor chaining (:gh:`89519`)"
150+
msgstr ""
151+
152+
#: ../../deprecations/pending-removal-in-3.13.rst:41
153+
msgid ":mod:`importlib.resources` deprecated methods:"
154+
msgstr ""
155+
156+
#: ../../deprecations/pending-removal-in-3.13.rst:43
157+
msgid "``contents()``"
158+
msgstr ""
159+
160+
#: ../../deprecations/pending-removal-in-3.13.rst:44
161+
msgid "``is_resource()``"
162+
msgstr ""
163+
164+
#: ../../deprecations/pending-removal-in-3.13.rst:45
165+
msgid "``open_binary()``"
166+
msgstr ""
167+
168+
#: ../../deprecations/pending-removal-in-3.13.rst:46
169+
msgid "``open_text()``"
170+
msgstr ""
171+
172+
#: ../../deprecations/pending-removal-in-3.13.rst:47
173+
msgid "``path()``"
174+
msgstr ""
175+
176+
#: ../../deprecations/pending-removal-in-3.13.rst:48
177+
msgid "``read_binary()``"
178+
msgstr ""
179+
180+
#: ../../deprecations/pending-removal-in-3.13.rst:49
181+
msgid "``read_text()``"
182+
msgstr ""
183+
184+
#: ../../deprecations/pending-removal-in-3.13.rst:51
185+
msgid ""
186+
"Use :func:`importlib.resources.files()` instead. Refer to `importlib-"
187+
"resources: Migrating from Legacy <https://importlib-resources.readthedocs.io/"
188+
"en/latest/using.html#migrating-from-legacy>`_ (:gh:`106531`)"
189+
msgstr ""

0 commit comments

Comments
 (0)