Skip to content

Commit 1222d3b

Browse files
committed
update python-newest.deprecations--c-api-pending-removal-in-future/id.po with latest contents from transifex
1 parent 245ccee commit 1222d3b

File tree

1 file changed

+118
-0
lines changed
  • python-newest.deprecations--c-api-pending-removal-in-future

1 file changed

+118
-0
lines changed
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001 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.14\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
12+
"PO-Revision-Date: 2024-08-02 14:17+0000\n"
13+
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/id/)\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Language: id\n"
18+
"Plural-Forms: nplurals=1; plural=0;\n"
19+
20+
#: ../../deprecations/c-api-pending-removal-in-future.rst:2
21+
msgid "Pending removal in future versions"
22+
msgstr ""
23+
24+
#: ../../deprecations/c-api-pending-removal-in-future.rst:4
25+
msgid ""
26+
"The following APIs are deprecated and will be removed, although there is "
27+
"currently no date scheduled for their removal."
28+
msgstr ""
29+
30+
#: ../../deprecations/c-api-pending-removal-in-future.rst:7
31+
msgid ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: Unneeded since Python 3.8."
32+
msgstr ""
33+
34+
#: ../../deprecations/c-api-pending-removal-in-future.rst:9
35+
msgid ":c:func:`PyErr_Fetch`: Use :c:func:`PyErr_GetRaisedException` instead."
36+
msgstr ""
37+
38+
#: ../../deprecations/c-api-pending-removal-in-future.rst:11
39+
msgid ""
40+
":c:func:`PyErr_NormalizeException`: Use :c:func:`PyErr_GetRaisedException` "
41+
"instead."
42+
msgstr ""
43+
44+
#: ../../deprecations/c-api-pending-removal-in-future.rst:13
45+
msgid ""
46+
":c:func:`PyErr_Restore`: Use :c:func:`PyErr_SetRaisedException` instead."
47+
msgstr ""
48+
49+
#: ../../deprecations/c-api-pending-removal-in-future.rst:15
50+
msgid ""
51+
":c:func:`PyModule_GetFilename`: Use :c:func:`PyModule_GetFilenameObject` "
52+
"instead."
53+
msgstr ""
54+
55+
#: ../../deprecations/c-api-pending-removal-in-future.rst:17
56+
msgid ":c:func:`PyOS_AfterFork`: Use :c:func:`PyOS_AfterFork_Child` instead."
57+
msgstr ""
58+
59+
#: ../../deprecations/c-api-pending-removal-in-future.rst:19
60+
msgid ""
61+
":c:func:`PySlice_GetIndicesEx`: Use :c:func:`PySlice_Unpack` and "
62+
":c:func:`PySlice_AdjustIndices` instead."
63+
msgstr ""
64+
65+
#: ../../deprecations/c-api-pending-removal-in-future.rst:21
66+
msgid ":c:func:`PyUnicode_READY`: Unneeded since Python 3.12"
67+
msgstr ""
68+
69+
#: ../../deprecations/c-api-pending-removal-in-future.rst:23
70+
msgid ""
71+
":c:func:`!PyErr_Display`: Use :c:func:`PyErr_DisplayException` instead."
72+
msgstr ""
73+
74+
#: ../../deprecations/c-api-pending-removal-in-future.rst:25
75+
msgid ""
76+
":c:func:`!_PyErr_ChainExceptions`: Use :c:func:`!_PyErr_ChainExceptions1` "
77+
"instead."
78+
msgstr ""
79+
80+
#: ../../deprecations/c-api-pending-removal-in-future.rst:27
81+
msgid ""
82+
":c:member:`!PyBytesObject.ob_shash` member: call :c:func:`PyObject_Hash` "
83+
"instead."
84+
msgstr ""
85+
86+
#: ../../deprecations/c-api-pending-removal-in-future.rst:29
87+
msgid "Thread Local Storage (TLS) API:"
88+
msgstr ""
89+
90+
#: ../../deprecations/c-api-pending-removal-in-future.rst:31
91+
msgid ""
92+
":c:func:`PyThread_create_key`: Use :c:func:`PyThread_tss_alloc` instead."
93+
msgstr ""
94+
95+
#: ../../deprecations/c-api-pending-removal-in-future.rst:33
96+
msgid ""
97+
":c:func:`PyThread_delete_key`: Use :c:func:`PyThread_tss_free` instead."
98+
msgstr ""
99+
100+
#: ../../deprecations/c-api-pending-removal-in-future.rst:35
101+
msgid ""
102+
":c:func:`PyThread_set_key_value`: Use :c:func:`PyThread_tss_set` instead."
103+
msgstr ""
104+
105+
#: ../../deprecations/c-api-pending-removal-in-future.rst:37
106+
msgid ""
107+
":c:func:`PyThread_get_key_value`: Use :c:func:`PyThread_tss_get` instead."
108+
msgstr ""
109+
110+
#: ../../deprecations/c-api-pending-removal-in-future.rst:39
111+
msgid ""
112+
":c:func:`PyThread_delete_key_value`: Use :c:func:`PyThread_tss_delete` "
113+
"instead."
114+
msgstr ""
115+
116+
#: ../../deprecations/c-api-pending-removal-in-future.rst:41
117+
msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7."
118+
msgstr ""

0 commit comments

Comments
 (0)