@@ -23,22 +23,22 @@ msgstr ""
2323
2424#: ../../deprecations/c-api-pending-removal-in-3.15.rst:4
2525msgid ""
26- "The :c:func:`PyImport_ImportModuleNoBlock`: "
27- "Use :c:func: `PyImport_ImportModule` instead."
26+ "The :c:func:`PyImport_ImportModuleNoBlock`: Use :c:func: "
27+ "`PyImport_ImportModule` instead."
2828msgstr ""
2929
3030#: ../../deprecations/c-api-pending-removal-in-3.15.rst:6
3131msgid ""
32- ":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: "
33- "Use :c: func:`PyWeakref_GetRef` instead. The `pythoncapi-compat project "
34- "<https:// github.com/python/pythoncapi-compat/>`__ can be used to "
35- "get :c:func: `PyWeakref_GetRef` on Python 3.12 and older."
32+ ":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: Use :c: "
33+ "func:`PyWeakref_GetRef` instead. The `pythoncapi-compat project <https:// "
34+ "github.com/python/pythoncapi-compat/>`__ can be used to get :c:func: "
35+ "`PyWeakref_GetRef` on Python 3.12 and older."
3636msgstr ""
3737
3838#: ../../deprecations/c-api-pending-removal-in-3.15.rst:10
3939msgid ""
40- ":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: "
41- "Use :c: type:`wchar_t` instead."
40+ ":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: Use :c: "
41+ "type:`wchar_t` instead."
4242msgstr ""
4343
4444#: ../../deprecations/c-api-pending-removal-in-3.15.rst:12
@@ -78,18 +78,17 @@ msgstr ""
7878#: ../../deprecations/c-api-pending-removal-in-3.15.rst:27
7979msgid ""
8080":c:func:`Py_GetPrefix`: Use :c:func:`PyConfig_Get(\" base_prefix\" ) "
81- "<PyConfig_Get>` (:data:`sys.base_prefix`) instead. "
82- "Use :c:func: `PyConfig_Get(\" prefix\" ) <PyConfig_Get>` (:data:`sys.prefix`) "
83- "if :ref: `virtual environments <venv-def>` need to be handled."
81+ "<PyConfig_Get>` (:data:`sys.base_prefix`) instead. Use :c:func: "
82+ "`PyConfig_Get(\" prefix\" ) <PyConfig_Get>` (:data:`sys.prefix`) if :ref: "
83+ "`virtual environments <venv-def>` need to be handled."
8484msgstr ""
8585
8686#: ../../deprecations/c-api-pending-removal-in-3.15.rst:32
8787msgid ""
8888":c:func:`Py_GetExecPrefix`: Use :c:func:`PyConfig_Get(\" base_exec_prefix\" ) "
89- "<PyConfig_Get>` (:data:`sys.base_exec_prefix`) instead. "
90- "Use :c:func:`PyConfig_Get(\" exec_prefix\" ) <PyConfig_Get>` "
91- "(:data:`sys.exec_prefix`) if :ref:`virtual environments <venv-def>` need to "
92- "be handled."
89+ "<PyConfig_Get>` (:data:`sys.base_exec_prefix`) instead. Use :c:func:"
90+ "`PyConfig_Get(\" exec_prefix\" ) <PyConfig_Get>` (:data:`sys.exec_prefix`) if :"
91+ "ref:`virtual environments <venv-def>` need to be handled."
9392msgstr ""
9493
9594#: ../../deprecations/c-api-pending-removal-in-3.15.rst:38
@@ -147,8 +146,8 @@ msgstr ""
147146
148147#: ../../deprecations/c-api-pending-removal-in-3.15.rst:65
149148msgid ""
150- "The :c:func:`Py_InitializeFromConfig` API should be used "
151- "with :c:type: `PyConfig` instead."
149+ "The :c:func:`Py_InitializeFromConfig` API should be used with :c:type: "
150+ "`PyConfig` instead."
152151msgstr ""
153152
154153#: ../../deprecations/c-api-pending-removal-in-3.15.rst:68
@@ -157,56 +156,56 @@ msgstr ""
157156
158157#: ../../deprecations/c-api-pending-removal-in-3.15.rst:70
159158msgid ""
160- ":c:var:`Py_DebugFlag`: Use :c:member:`PyConfig.parser_debug` "
161- "or :c:func: `PyConfig_Get(\" parser_debug\" ) <PyConfig_Get>` instead."
159+ ":c:var:`Py_DebugFlag`: Use :c:member:`PyConfig.parser_debug` or :c:func: "
160+ "`PyConfig_Get(\" parser_debug\" ) <PyConfig_Get>` instead."
162161msgstr ""
163162
164163#: ../../deprecations/c-api-pending-removal-in-3.15.rst:73
165164msgid ""
166- ":c:var:`Py_VerboseFlag`: Use :c:member:`PyConfig.verbose` "
167- "or :c:func: `PyConfig_Get(\" verbose\" ) <PyConfig_Get>` instead."
165+ ":c:var:`Py_VerboseFlag`: Use :c:member:`PyConfig.verbose` or :c:func: "
166+ "`PyConfig_Get(\" verbose\" ) <PyConfig_Get>` instead."
168167msgstr ""
169168
170169#: ../../deprecations/c-api-pending-removal-in-3.15.rst:76
171170msgid ""
172- ":c:var:`Py_QuietFlag`: Use :c:member:`PyConfig.quiet` "
173- "or :c:func: `PyConfig_Get(\" quiet\" ) <PyConfig_Get>` instead."
171+ ":c:var:`Py_QuietFlag`: Use :c:member:`PyConfig.quiet` or :c:func: "
172+ "`PyConfig_Get(\" quiet\" ) <PyConfig_Get>` instead."
174173msgstr ""
175174
176175#: ../../deprecations/c-api-pending-removal-in-3.15.rst:79
177176msgid ""
178- ":c:var:`Py_InteractiveFlag`: Use :c:member:`PyConfig.interactive` "
179- "or :c:func: `PyConfig_Get(\" interactive\" ) <PyConfig_Get>` instead."
177+ ":c:var:`Py_InteractiveFlag`: Use :c:member:`PyConfig.interactive` or :c:func: "
178+ "`PyConfig_Get(\" interactive\" ) <PyConfig_Get>` instead."
180179msgstr ""
181180
182181#: ../../deprecations/c-api-pending-removal-in-3.15.rst:82
183182msgid ""
184- ":c:var:`Py_InspectFlag`: Use :c:member:`PyConfig.inspect` "
185- "or :c:func: `PyConfig_Get(\" inspect\" ) <PyConfig_Get>` instead."
183+ ":c:var:`Py_InspectFlag`: Use :c:member:`PyConfig.inspect` or :c:func: "
184+ "`PyConfig_Get(\" inspect\" ) <PyConfig_Get>` instead."
186185msgstr ""
187186
188187#: ../../deprecations/c-api-pending-removal-in-3.15.rst:85
189188msgid ""
190- ":c:var:`Py_OptimizeFlag`: Use :c:member:`PyConfig.optimization_level` "
191- "or :c: func:`PyConfig_Get(\" optimization_level\" ) <PyConfig_Get>` instead."
189+ ":c:var:`Py_OptimizeFlag`: Use :c:member:`PyConfig.optimization_level` or :c: "
190+ "func:`PyConfig_Get(\" optimization_level\" ) <PyConfig_Get>` instead."
192191msgstr ""
193192
194193#: ../../deprecations/c-api-pending-removal-in-3.15.rst:88
195194msgid ""
196- ":c:var:`Py_NoSiteFlag`: Use :c:member:`PyConfig.site_import` "
197- "or :c:func: `PyConfig_Get(\" site_import\" ) <PyConfig_Get>` instead."
195+ ":c:var:`Py_NoSiteFlag`: Use :c:member:`PyConfig.site_import` or :c:func: "
196+ "`PyConfig_Get(\" site_import\" ) <PyConfig_Get>` instead."
198197msgstr ""
199198
200199#: ../../deprecations/c-api-pending-removal-in-3.15.rst:91
201200msgid ""
202- ":c:var:`Py_BytesWarningFlag`: Use :c:member:`PyConfig.bytes_warning` "
203- "or :c: func:`PyConfig_Get(\" bytes_warning\" ) <PyConfig_Get>` instead."
201+ ":c:var:`Py_BytesWarningFlag`: Use :c:member:`PyConfig.bytes_warning` or :c: "
202+ "func:`PyConfig_Get(\" bytes_warning\" ) <PyConfig_Get>` instead."
204203msgstr ""
205204
206205#: ../../deprecations/c-api-pending-removal-in-3.15.rst:94
207206msgid ""
208- ":c:var:`Py_FrozenFlag`: Use :c:member:`PyConfig.pathconfig_warnings` "
209- "or :c: func:`PyConfig_Get(\" pathconfig_warnings\" ) <PyConfig_Get>` instead."
207+ ":c:var:`Py_FrozenFlag`: Use :c:member:`PyConfig.pathconfig_warnings` or :c: "
208+ "func:`PyConfig_Get(\" pathconfig_warnings\" ) <PyConfig_Get>` instead."
210209msgstr ""
211210
212211#: ../../deprecations/c-api-pending-removal-in-3.15.rst:97
@@ -223,15 +222,15 @@ msgstr ""
223222
224223#: ../../deprecations/c-api-pending-removal-in-3.15.rst:103
225224msgid ""
226- ":c:var:`Py_NoUserSiteDirectory`: "
227- "Use :c:member:`PyConfig. user_site_directory` "
228- "or :c:func:`PyConfig_Get( \" user_site_directory \" ) <PyConfig_Get>` instead."
225+ ":c:var:`Py_NoUserSiteDirectory`: Use :c:member:`PyConfig. "
226+ "user_site_directory` or :c:func:`PyConfig_Get( \" user_site_directory\" ) "
227+ "<PyConfig_Get>` instead."
229228msgstr ""
230229
231230#: ../../deprecations/c-api-pending-removal-in-3.15.rst:106
232231msgid ""
233- ":c:var:`Py_UnbufferedStdioFlag`: Use :c:member:`PyConfig.buffered_stdio` "
234- "or : c:func:`PyConfig_Get(\" buffered_stdio\" ) <PyConfig_Get>` instead."
232+ ":c:var:`Py_UnbufferedStdioFlag`: Use :c:member:`PyConfig.buffered_stdio` or : "
233+ "c:func:`PyConfig_Get(\" buffered_stdio\" ) <PyConfig_Get>` instead."
235234msgstr ""
236235
237236#: ../../deprecations/c-api-pending-removal-in-3.15.rst:109
@@ -243,50 +242,49 @@ msgstr ""
243242
244243#: ../../deprecations/c-api-pending-removal-in-3.15.rst:113
245244msgid ""
246- ":c:var:`Py_IsolatedFlag`: Use :c:member:`PyConfig.isolated` "
247- "or :c:func: `PyConfig_Get(\" isolated\" ) <PyConfig_Get>` instead."
245+ ":c:var:`Py_IsolatedFlag`: Use :c:member:`PyConfig.isolated` or :c:func: "
246+ "`PyConfig_Get(\" isolated\" ) <PyConfig_Get>` instead."
248247msgstr ""
249248
250249#: ../../deprecations/c-api-pending-removal-in-3.15.rst:116
251250msgid ""
252- ":c:var:`Py_LegacyWindowsFSEncodingFlag`: "
253- "Use :c:member:`PyPreConfig.legacy_windows_fs_encoding` "
254- "or :c:func:`PyConfig_Get(\" legacy_windows_fs_encoding\" ) <PyConfig_Get>` "
255- "instead."
251+ ":c:var:`Py_LegacyWindowsFSEncodingFlag`: Use :c:member:`PyPreConfig."
252+ "legacy_windows_fs_encoding` or :c:func:"
253+ "`PyConfig_Get(\" legacy_windows_fs_encoding\" ) <PyConfig_Get>` instead."
256254msgstr ""
257255
258256#: ../../deprecations/c-api-pending-removal-in-3.15.rst:119
259257msgid ""
260- ":c:var:`Py_LegacyWindowsStdioFlag`: "
261- "Use :c:member:`PyConfig. legacy_windows_stdio` "
262- "or :c:func:`PyConfig_Get( \" legacy_windows_stdio \" ) <PyConfig_Get>` instead."
258+ ":c:var:`Py_LegacyWindowsStdioFlag`: Use :c:member:`PyConfig. "
259+ "legacy_windows_stdio` or :c:func:`PyConfig_Get( \" legacy_windows_stdio\" ) "
260+ "<PyConfig_Get>` instead."
263261msgstr ""
264262
265263#: ../../deprecations/c-api-pending-removal-in-3.15.rst:122
266264msgid ""
267265":c:var:`!Py_FileSystemDefaultEncoding`, :c:var:`!"
268- "Py_HasFileSystemDefaultEncoding`: "
269- "Use :c:member:`PyConfig. filesystem_encoding` "
270- "or :c:func:`PyConfig_Get( \" filesystem_encoding \" ) <PyConfig_Get>` instead."
266+ "Py_HasFileSystemDefaultEncoding`: Use :c:member:`PyConfig. "
267+ "filesystem_encoding` or :c:func:`PyConfig_Get( \" filesystem_encoding\" ) "
268+ "<PyConfig_Get>` instead."
271269msgstr ""
272270
273271#: ../../deprecations/c-api-pending-removal-in-3.15.rst:125
274272msgid ""
275- ":c:var:`!Py_FileSystemDefaultEncodeErrors`: "
276- "Use :c:member:`PyConfig. filesystem_errors` "
277- "or :c:func:`PyConfig_Get( \" filesystem_errors \" ) <PyConfig_Get>` instead."
273+ ":c:var:`!Py_FileSystemDefaultEncodeErrors`: Use :c:member:`PyConfig. "
274+ "filesystem_errors` or :c:func:`PyConfig_Get( \" filesystem_errors\" ) "
275+ "<PyConfig_Get>` instead."
278276msgstr ""
279277
280278#: ../../deprecations/c-api-pending-removal-in-3.15.rst:128
281279msgid ""
282- ":c:var:`!Py_UTF8Mode`: Use :c:member:`PyPreConfig.utf8_mode` "
283- "or :c:func: `PyConfig_Get(\" utf8_mode\" ) <PyConfig_Get>` instead. "
284- "(see :c:func: `Py_PreInitialize`)"
280+ ":c:var:`!Py_UTF8Mode`: Use :c:member:`PyPreConfig.utf8_mode` or :c:func: "
281+ "`PyConfig_Get(\" utf8_mode\" ) <PyConfig_Get>` instead. (see :c:func: "
282+ "`Py_PreInitialize`)"
285283msgstr ""
286284
287285#: ../../deprecations/c-api-pending-removal-in-3.15.rst:133
288286msgid ""
289- "The :c:func:`Py_InitializeFromConfig` API should be used "
290- "with :c:type: `PyConfig` to set these options. Or :c:func:`PyConfig_Get` can "
291- "be used to get these options at runtime."
287+ "The :c:func:`Py_InitializeFromConfig` API should be used with :c:type: "
288+ "`PyConfig` to set these options. Or :c:func:`PyConfig_Get` can be used to "
289+ "get these options at runtime."
292290msgstr ""
0 commit comments