Skip to content

Commit fca81a7

Browse files
authored
Add files via upload
1 parent 8077c60 commit fca81a7

8 files changed

Lines changed: 2475 additions & 0 deletions
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-03-04 13:08+0200\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language: ro\n"
15+
"Language-Team: ro <LL@li.org>\n"
16+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100"
17+
" < 20)) ? 1 : 2);\n"
18+
"MIME-Version: 1.0\n"
19+
"Content-Type: text/plain; charset=utf-8\n"
20+
"Content-Transfer-Encoding: 8bit\n"
21+
"Generated-By: Babel 2.17.0\n"
22+
23+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:2
24+
msgid "Pending Removal in Python 3.15"
25+
msgstr ""
26+
27+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:4
28+
msgid "The bundled copy of ``libmpdecimal``."
29+
msgstr ""
30+
31+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:5
32+
msgid ""
33+
"The :c:func:`PyImport_ImportModuleNoBlock`: Use "
34+
":c:func:`PyImport_ImportModule` instead."
35+
msgstr ""
36+
37+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:7
38+
msgid ""
39+
":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: Use "
40+
":c:func:`PyWeakref_GetRef` instead."
41+
msgstr ""
42+
43+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:9
44+
msgid ""
45+
":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: Use "
46+
":c:type:`wchar_t` instead."
47+
msgstr ""
48+
49+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:11
50+
msgid "Python initialization functions:"
51+
msgstr ""
52+
53+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:13
54+
msgid ""
55+
":c:func:`PySys_ResetWarnOptions`: Clear :data:`sys.warnoptions` and "
56+
":data:`!warnings.filters` instead."
57+
msgstr ""
58+
59+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:15
60+
msgid ""
61+
":c:func:`Py_GetExecPrefix`: Get :data:`sys.base_exec_prefix` and "
62+
":data:`sys.exec_prefix` instead."
63+
msgstr ""
64+
65+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:17
66+
msgid ":c:func:`Py_GetPath`: Get :data:`sys.path` instead."
67+
msgstr ""
68+
69+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:19
70+
msgid ""
71+
":c:func:`Py_GetPrefix`: Get :data:`sys.base_prefix` and "
72+
":data:`sys.prefix` instead."
73+
msgstr ""
74+
75+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:21
76+
msgid ":c:func:`Py_GetProgramFullPath`: Get :data:`sys.executable` instead."
77+
msgstr ""
78+
79+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:23
80+
msgid ":c:func:`Py_GetProgramName`: Get :data:`sys.executable` instead."
81+
msgstr ""
82+
83+
#: ../../deprecations/c-api-pending-removal-in-3.15.rst:25
84+
msgid ""
85+
":c:func:`Py_GetPythonHome`: Get :c:member:`PyConfig.home` or the "
86+
":envvar:`PYTHONHOME` environment variable instead."
87+
msgstr ""
88+
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-03-04 13:08+0200\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language: ro\n"
15+
"Language-Team: ro <LL@li.org>\n"
16+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100"
17+
" < 20)) ? 1 : 2);\n"
18+
"MIME-Version: 1.0\n"
19+
"Content-Type: text/plain; charset=utf-8\n"
20+
"Content-Transfer-Encoding: 8bit\n"
21+
"Generated-By: Babel 2.17.0\n"
22+
23+
#: ../../deprecations/c-api-pending-removal-in-future.rst:2
24+
msgid "Pending Removal in Future Versions"
25+
msgstr ""
26+
27+
#: ../../deprecations/c-api-pending-removal-in-future.rst:4
28+
msgid ""
29+
"The following APIs are deprecated and will be removed, although there is "
30+
"currently no date scheduled for their removal."
31+
msgstr ""
32+
33+
#: ../../deprecations/c-api-pending-removal-in-future.rst:7
34+
msgid ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: Unneeded since Python 3.8."
35+
msgstr ""
36+
37+
#: ../../deprecations/c-api-pending-removal-in-future.rst:9
38+
msgid ":c:func:`PyErr_Fetch`: Use :c:func:`PyErr_GetRaisedException` instead."
39+
msgstr ""
40+
41+
#: ../../deprecations/c-api-pending-removal-in-future.rst:11
42+
msgid ""
43+
":c:func:`PyErr_NormalizeException`: Use "
44+
":c:func:`PyErr_GetRaisedException` instead."
45+
msgstr ""
46+
47+
#: ../../deprecations/c-api-pending-removal-in-future.rst:13
48+
msgid ":c:func:`PyErr_Restore`: Use :c:func:`PyErr_SetRaisedException` instead."
49+
msgstr ""
50+
51+
#: ../../deprecations/c-api-pending-removal-in-future.rst:15
52+
msgid ""
53+
":c:func:`PyModule_GetFilename`: Use :c:func:`PyModule_GetFilenameObject` "
54+
"instead."
55+
msgstr ""
56+
57+
#: ../../deprecations/c-api-pending-removal-in-future.rst:17
58+
msgid ":c:func:`PyOS_AfterFork`: Use :c:func:`PyOS_AfterFork_Child` instead."
59+
msgstr ""
60+
61+
#: ../../deprecations/c-api-pending-removal-in-future.rst:19
62+
msgid ""
63+
":c:func:`PySlice_GetIndicesEx`: Use :c:func:`PySlice_Unpack` and "
64+
":c:func:`PySlice_AdjustIndices` instead."
65+
msgstr ""
66+
67+
#: ../../deprecations/c-api-pending-removal-in-future.rst:21
68+
msgid ""
69+
":c:func:`!PyUnicode_AsDecodedObject`: Use :c:func:`PyCodec_Decode` "
70+
"instead."
71+
msgstr ""
72+
73+
#: ../../deprecations/c-api-pending-removal-in-future.rst:23
74+
msgid ""
75+
":c:func:`!PyUnicode_AsDecodedUnicode`: Use :c:func:`PyCodec_Decode` "
76+
"instead."
77+
msgstr ""
78+
79+
#: ../../deprecations/c-api-pending-removal-in-future.rst:25
80+
msgid ""
81+
":c:func:`!PyUnicode_AsEncodedObject`: Use :c:func:`PyCodec_Encode` "
82+
"instead."
83+
msgstr ""
84+
85+
#: ../../deprecations/c-api-pending-removal-in-future.rst:27
86+
msgid ""
87+
":c:func:`!PyUnicode_AsEncodedUnicode`: Use :c:func:`PyCodec_Encode` "
88+
"instead."
89+
msgstr ""
90+
91+
#: ../../deprecations/c-api-pending-removal-in-future.rst:29
92+
msgid ":c:func:`PyUnicode_READY`: Unneeded since Python 3.12"
93+
msgstr ""
94+
95+
#: ../../deprecations/c-api-pending-removal-in-future.rst:31
96+
msgid ":c:func:`!PyErr_Display`: Use :c:func:`PyErr_DisplayException` instead."
97+
msgstr ""
98+
99+
#: ../../deprecations/c-api-pending-removal-in-future.rst:33
100+
msgid ""
101+
":c:func:`!_PyErr_ChainExceptions`: Use :c:func:`!_PyErr_ChainExceptions1`"
102+
" instead."
103+
msgstr ""
104+
105+
#: ../../deprecations/c-api-pending-removal-in-future.rst:35
106+
msgid ""
107+
":c:member:`!PyBytesObject.ob_shash` member: call :c:func:`PyObject_Hash` "
108+
"instead."
109+
msgstr ""
110+
111+
#: ../../deprecations/c-api-pending-removal-in-future.rst:37
112+
msgid ":c:member:`!PyDictObject.ma_version_tag` member."
113+
msgstr ""
114+
115+
#: ../../deprecations/c-api-pending-removal-in-future.rst:38
116+
msgid "Thread Local Storage (TLS) API:"
117+
msgstr ""
118+
119+
#: ../../deprecations/c-api-pending-removal-in-future.rst:40
120+
msgid ":c:func:`PyThread_create_key`: Use :c:func:`PyThread_tss_alloc` instead."
121+
msgstr ""
122+
123+
#: ../../deprecations/c-api-pending-removal-in-future.rst:42
124+
msgid ":c:func:`PyThread_delete_key`: Use :c:func:`PyThread_tss_free` instead."
125+
msgstr ""
126+
127+
#: ../../deprecations/c-api-pending-removal-in-future.rst:44
128+
msgid ":c:func:`PyThread_set_key_value`: Use :c:func:`PyThread_tss_set` instead."
129+
msgstr ""
130+
131+
#: ../../deprecations/c-api-pending-removal-in-future.rst:46
132+
msgid ":c:func:`PyThread_get_key_value`: Use :c:func:`PyThread_tss_get` instead."
133+
msgstr ""
134+
135+
#: ../../deprecations/c-api-pending-removal-in-future.rst:48
136+
msgid ""
137+
":c:func:`PyThread_delete_key_value`: Use :c:func:`PyThread_tss_delete` "
138+
"instead."
139+
msgstr ""
140+
141+
#: ../../deprecations/c-api-pending-removal-in-future.rst:50
142+
msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7."
143+
msgstr ""
144+

0 commit comments

Comments
 (0)