@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-08-27 14:18+0000\n "
14+ "POT-Creation-Date : 2025-09-03 14:18+0000\n "
1515"PO-Revision-Date : 2025-08-02 17:35+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : German (https://app.transifex.com/python-doc/teams/5390/de/)\n "
@@ -1857,8 +1857,9 @@ msgid ""
18571857"The :mod:`ssl` module's :class:`~ssl.SSLSocket` objects now support the "
18581858"buffer API, which fixed a test suite failure (fix by Antoine Pitrou; :issue:"
18591859"`7133`) and automatically set OpenSSL's :c:macro:`!SSL_MODE_AUTO_RETRY`, "
1860- "which will prevent an error code being returned from :meth:`recv` operations "
1861- "that trigger an SSL renegotiation (fix by Antoine Pitrou; :issue:`8222`)."
1860+ "which will prevent an error code being returned from :meth:`!recv` "
1861+ "operations that trigger an SSL renegotiation (fix by Antoine Pitrou; :issue:"
1862+ "`8222`)."
18621863msgstr ""
18631864
18641865msgid ""
@@ -2483,8 +2484,8 @@ msgstr ""
24832484msgid ""
24842485"ElementTree's code for converting trees to a string has been significantly "
24852486"reworked, making it roughly twice as fast in many cases. The :meth:"
2486- "`ElementTree.write() <xml.etree.ElementTree.ElementTree.write>` and :meth:"
2487- "` Element.write` methods now have a *method* parameter that can be "
2487+ "`ElementTree.write() <xml.etree.ElementTree.ElementTree.write>` and :meth:`! "
2488+ "Element.write` methods now have a *method* parameter that can be "
24882489"\" xml\" (the default), \" html\" , or \" text\" . HTML mode will output empty "
24892490"elements as ``<empty></empty>`` instead of ``<empty/>``, and text mode will "
24902491"skip over elements and only output the text chunks. If you set the :attr:"
@@ -2498,7 +2499,7 @@ msgid ""
24982499"Namespace handling has also been improved. All ``xmlns:<whatever>`` "
24992500"declarations are now output on the root element, not scattered throughout "
25002501"the resulting XML. You can set the default namespace for a tree by setting "
2501- "the :attr:`default_namespace` attribute and can register new prefixes with :"
2502+ "the :attr:`! default_namespace` attribute and can register new prefixes with :"
25022503"meth:`~xml.etree.ElementTree.register_namespace`. In XML mode, you can use "
25032504"the true/false *xml_declaration* parameter to suppress the XML declaration."
25042505msgstr ""
@@ -2666,13 +2667,13 @@ msgstr ""
26662667
26672668msgid ""
26682669"New macros: the Python header files now define the following macros: :c:"
2669- "macro:`Py_ISALNUM`, :c:macro:`Py_ISALPHA`, :c:macro:`Py_ISDIGIT`, :c:macro :"
2670- "` Py_ISLOWER`, :c:macro:`Py_ISSPACE`, :c:macro:`Py_ISUPPER`, :c:macro :"
2671- "` Py_ISXDIGIT`, :c:macro:`Py_TOLOWER`, and :c:macro:`Py_TOUPPER`. All of "
2672- "these functions are analogous to the C standard macros for classifying "
2673- "characters, but ignore the current locale setting, because in several places "
2674- "Python needs to analyze characters in a locale-independent way. (Added by "
2675- "Eric Smith; :issue:`5793`.)"
2670+ "macro:`! Py_ISALNUM`, :c:macro:`! Py_ISALPHA`, :c:macro:`! Py_ISDIGIT`, :c:"
2671+ "macro:`! Py_ISLOWER`, :c:macro:`! Py_ISSPACE`, :c:macro:`! Py_ISUPPER`, :c:"
2672+ "macro:`! Py_ISXDIGIT`, :c:macro:`! Py_TOLOWER`, and :c:macro:`! Py_TOUPPER`. "
2673+ "All of these functions are analogous to the C standard macros for "
2674+ "classifying characters, but ignore the current locale setting, because in "
2675+ "several places Python needs to analyze characters in a locale-independent "
2676+ "way. (Added by Eric Smith; :issue:`5793`.)"
26762677msgstr ""
26772678
26782679msgid ""
@@ -2718,8 +2719,8 @@ msgstr ""
27182719
27192720msgid ""
27202721"When using the :c:type:`PyMemberDef` structure to define attributes of a "
2721- "type, Python will no longer let you try to delete or set a :c:macro:"
2722- "` T_STRING_INPLACE` attribute."
2722+ "type, Python will no longer let you try to delete or set a :c:macro:`! "
2723+ "T_STRING_INPLACE` attribute."
27232724msgstr ""
27242725
27252726msgid ""
@@ -2750,16 +2751,16 @@ msgstr ""
27502751
27512752msgid ""
27522753"The :program:`configure` script now checks for floating-point rounding bugs "
2753- "on certain 32-bit Intel chips and defines a :c:macro:`X87_DOUBLE_ROUNDING` "
2754+ "on certain 32-bit Intel chips and defines a :c:macro:`! X87_DOUBLE_ROUNDING` "
27542755"preprocessor definition. No code currently uses this definition, but it's "
27552756"available if anyone wishes to use it. (Added by Mark Dickinson; :issue:"
27562757"`2937`.)"
27572758msgstr ""
27582759
27592760msgid ""
2760- ":program:`configure` also now sets a :envvar:`LDCXXSHARED` Makefile variable "
2761- "for supporting C++ linking. (Contributed by Arfrever Frehtes Taifersar "
2762- "Arahesis; :issue:`1222585`.)"
2761+ ":program:`configure` also now sets a :envvar:`! LDCXXSHARED` Makefile "
2762+ "variable for supporting C++ linking. (Contributed by Arfrever Frehtes "
2763+ "Taifersar Arahesis; :issue:`1222585`.)"
27632764msgstr ""
27642765
27652766msgid ""
0 commit comments