Skip to content

Commit 1389a08

Browse files
authored
Merge pull request #5 from python/sync-upstream-3.15
Sync mit Upstream-Änderungen (3.15)
2 parents ceab849 + f2a1059 commit 1389a08

48 files changed

Lines changed: 24981 additions & 19867 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

builtins/constants.po

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.15\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2026-08-22 12:07+0200\n"
10+
"POT-Creation-Date: 2026-09-23 06:17+0000\n"
1111
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1212
"Language-Team: German (https://app.transifex.com/python-doc/teams/5390/de/)\n"
1313
"Language: de\n"
@@ -16,33 +16,33 @@ msgstr ""
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1818

19-
#: ../../library/constants.rst:4
19+
#: ../../builtins/constants.rst:4
2020
msgid "Built-in Constants"
2121
msgstr "Integrierte Konstanten"
2222

23-
#: ../../library/constants.rst:6
23+
#: ../../builtins/constants.rst:6
2424
msgid "A small number of constants live in the built-in namespace. They are:"
2525
msgstr ""
2626
"Eine kleine Anzahl von Konstanten befindet sich im integrierten Namensraum. "
2727
"Diese sind:"
2828

29-
#: ../../library/constants.rst:10
29+
#: ../../builtins/constants.rst:10
3030
msgid ""
3131
"The false value of the :class:`bool` type. Assignments to ``False`` are "
3232
"illegal and raise a :exc:`SyntaxError`."
3333
msgstr ""
3434
"Der Wahrheitswert „falsch“ des Typs :class:`bool`. Zuweisungen an ``False`` "
3535
"sind unzulässig und lösen einen :exc:`SyntaxError` aus."
3636

37-
#: ../../library/constants.rst:16
37+
#: ../../builtins/constants.rst:16
3838
msgid ""
3939
"The true value of the :class:`bool` type. Assignments to ``True`` are "
4040
"illegal and raise a :exc:`SyntaxError`."
4141
msgstr ""
4242
"Der Wahrheitswert „wahr“ des Typs :class:`bool`. Zuweisungen an ``True`` "
4343
"sind unzulässig und lösen einen :exc:`SyntaxError` aus."
4444

45-
#: ../../library/constants.rst:22
45+
#: ../../builtins/constants.rst:22
4646
msgid ""
4747
"An object frequently used to represent the absence of a value, as when "
4848
"default arguments are not passed to a function. Assignments to ``None`` are "
@@ -55,7 +55,7 @@ msgstr ""
5555
"einen :exc:`SyntaxError` aus. ``None`` ist die einzige Instanz des Typs :"
5656
"class:`~types.NoneType`."
5757

58-
#: ../../library/constants.rst:30
58+
#: ../../builtins/constants.rst:30
5959
msgid ""
6060
"A special value which should be returned by the binary special methods (e."
6161
"g. :meth:`~object.__eq__`, :meth:`~object.__lt__`, :meth:`~object.__add__`, :"
@@ -76,7 +76,7 @@ msgstr ""
7676
"NotImplemented` ist die einzige Instanz des Typs :class:`types."
7777
"NotImplementedType`."
7878

79-
#: ../../library/constants.rst:40
79+
#: ../../builtins/constants.rst:40
8080
msgid ""
8181
"When a binary (or in-place) method returns :data:`!NotImplemented` the "
8282
"interpreter will try the reflected operation on the other type (or some "
@@ -94,12 +94,12 @@ msgstr ""
9494
"zu einer irreführenden Fehlermeldung oder dazu, dass der Wert :data:`!"
9595
"NotImplemented` an Python-Code zurückgegeben wird."
9696

97-
#: ../../library/constants.rst:47
97+
#: ../../builtins/constants.rst:47
9898
msgid "See :ref:`implementing-the-arithmetic-operations` for examples."
9999
msgstr ""
100100
"Beispiele findest du unter :ref:`implementing-the-arithmetic-operations`."
101101

102-
#: ../../library/constants.rst:51
102+
#: ../../builtins/constants.rst:51
103103
msgid ""
104104
":data:`!NotImplemented` and :exc:`!NotImplementedError` are not "
105105
"interchangeable. This constant should only be used as described above; see :"
@@ -110,13 +110,13 @@ msgstr ""
110110
"werden; Details zur korrekten Verwendung der Ausnahme findest du unter :exc:"
111111
"`NotImplementedError`."
112112

113-
#: ../../library/constants.rst:56
113+
#: ../../builtins/constants.rst:56
114114
msgid "Evaluating :data:`!NotImplemented` in a boolean context was deprecated."
115115
msgstr ""
116116
"Das Auswerten von :data:`!NotImplemented` in einem booleschen Kontext wurde "
117117
"als veraltet markiert."
118118

119-
#: ../../library/constants.rst:59
119+
#: ../../builtins/constants.rst:59
120120
msgid ""
121121
"Evaluating :data:`!NotImplemented` in a boolean context now raises a :exc:"
122122
"`TypeError`. It previously evaluated to :const:`True` and emitted a :exc:"
@@ -126,7 +126,7 @@ msgstr ""
126126
"jetzt einen :exc:`TypeError` aus. Zuvor ergab es :const:`True` und gab seit "
127127
"Python 3.9 eine :exc:`DeprecationWarning` aus."
128128

129-
#: ../../library/constants.rst:68
129+
#: ../../builtins/constants.rst:68
130130
msgid ""
131131
"The same as the ellipsis literal \"``...``\", an object frequently used to "
132132
"indicate that something is omitted. Assignment to ``Ellipsis`` is possible, "
@@ -139,15 +139,15 @@ msgstr ""
139139
"exc:`SyntaxError` aus. ``Ellipsis`` ist die einzige Instanz des Typs :class:"
140140
"`types.EllipsisType`."
141141

142-
#: ../../library/constants.rst:76
142+
#: ../../builtins/constants.rst:76
143143
msgid ""
144144
"This constant is true if Python was not started with an :option:`-O` option. "
145145
"See also the :keyword:`assert` statement."
146146
msgstr ""
147147
"Diese Konstante ist wahr, wenn Python nicht mit der Option :option:`-O` "
148148
"gestartet wurde. Siehe auch die Anweisung :keyword:`assert`."
149149

150-
#: ../../library/constants.rst:82
150+
#: ../../builtins/constants.rst:82
151151
msgid ""
152152
"The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__` "
153153
"cannot be reassigned (assignments to them, even as an attribute name, raise :"
@@ -158,11 +158,11 @@ msgstr ""
158158
"Attributname, lösen einen :exc:`SyntaxError` aus), daher können sie als "
159159
"„echte“ Konstanten betrachtet werden."
160160

161-
#: ../../library/constants.rst:90
161+
#: ../../builtins/constants.rst:90
162162
msgid "Constants added by the :mod:`site` module"
163163
msgstr "Vom Modul :mod:`site` hinzugefügte Konstanten"
164164

165-
#: ../../library/constants.rst:92
165+
#: ../../builtins/constants.rst:92
166166
msgid ""
167167
"The :mod:`site` module (which is imported automatically during startup, "
168168
"except if the :option:`-S` command-line option is given) adds several "
@@ -175,7 +175,7 @@ msgstr ""
175175
"interaktive Interpreter-Shell nützlich und sollten nicht in Programmen "
176176
"verwendet werden."
177177

178-
#: ../../library/constants.rst:100
178+
#: ../../builtins/constants.rst:100
179179
msgid ""
180180
"Objects that when printed, print a message like \"Use quit() or Ctrl-D (i.e. "
181181
"EOF) to exit\", and when accessed directly in the interactive interpreter or "
@@ -186,7 +186,7 @@ msgstr ""
186186
"zugegriffen wird oder sie als Funktionen aufgerufen werden, lösen sie :exc:"
187187
"`SystemExit` mit dem angegebenen Exit-Code aus."
188188

189-
#: ../../library/constants.rst:108
189+
#: ../../builtins/constants.rst:108
190190
msgid ""
191191
"Object that when printed, prints the message \"Type help() for interactive "
192192
"help, or help(object) for help about object.\", and when accessed directly "
@@ -198,15 +198,15 @@ msgstr ""
198198
"Interpreter direkt darauf zugegriffen wird, startet es das integrierte "
199199
"Hilfesystem (siehe :func:`help`)."
200200

201-
#: ../../library/constants.rst:116
201+
#: ../../builtins/constants.rst:116
202202
msgid ""
203203
"Objects that when printed or called, print the text of copyright or credits, "
204204
"respectively."
205205
msgstr ""
206206
"Objekte, die beim Ausgeben oder Aufrufen den Copyright-Text bzw. die "
207207
"Danksagungen anzeigen."
208208

209-
#: ../../library/constants.rst:121
209+
#: ../../builtins/constants.rst:121
210210
msgid ""
211211
"Object that when printed, prints the message \"Type license() to see the "
212212
"full license text\", and when called, displays the full license text in a "
@@ -216,10 +216,10 @@ msgstr ""
216216
"license text“ anzeigt. Beim Aufrufen zeigt es den vollständigen Lizenztext "
217217
"seitenweise wie in einem Pager an (jeweils eine Bildschirmseite)."
218218

219-
#: ../../library/constants.rst:65
219+
#: ../../builtins/constants.rst:65
220220
msgid "..."
221221
msgstr "..."
222222

223-
#: ../../library/constants.rst:65
223+
#: ../../builtins/constants.rst:65
224224
msgid "ellipsis literal"
225225
msgstr "Ellipse-Literal"

0 commit comments

Comments
 (0)