Skip to content

Commit ef8fc8a

Browse files
sba72claude
andcommitted
whatsnew/3.15.po: Terminologie vereinheitlicht
- "unraisable exceptions" jetzt als "nicht weiterleitbare Ausnahmen" statt "nicht auslösbare Ausnahmen": Die Ausnahme tritt auf, kann aber nicht an den aufrufenden Code weitergereicht werden (etwa in __del__). - "free-threaded builds" in der Zusammenfassung und der C-API-Liste gemäß glossary.po als "Builds mit freien Threads". Geprüft mit powrap, msgfmt --check, sphinx-lint und check_roles.py. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
1 parent 4bf7104 commit ef8fc8a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎whatsnew/3.15.po‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgstr ""
7373
"<whatsnew315-frozendict>` und :ref:`sentinel <whatsnew315-"
7474
"sentinel>`, :ref:`UTF-8 als Standardkodierung <whatsnew315-utf8-"
7575
"default>`, :ref:`Entpacken in Comprehensions <whatsnew315-unpacking-in-"
76-
"comprehensions>` sowie eine :ref:`stabile ABI für Free-Threaded-Builds "
76+
"comprehensions>` sowie eine :ref:`stabile ABI für Builds mit freien Threads "
7777
"<whatsnew315-abi3t>`."
7878

7979
#: ../../whatsnew/3.15.rst:76
@@ -254,8 +254,8 @@ msgid ""
254254
":pep:`803`, :pep:`820 <820>`, :pep:`793 <793>`: :ref:`Stable ABI for free-"
255255
"threaded builds <whatsnew315-abi3t>` and related C API"
256256
msgstr ""
257-
":pep:`803`, :pep:`820 <820>`, :pep:`793 <793>`: :ref:`Stabile ABI für Free-"
258-
"Threaded-Builds <whatsnew315-abi3t>` und zugehörige C-API"
257+
":pep:`803`, :pep:`820 <820>`, :pep:`793 <793>`: :ref:`Stabile ABI für Builds "
258+
"mit freien Threads <whatsnew315-abi3t>` und zugehörige C-API"
259259

260260
#: ../../whatsnew/3.15.rst:141
261261
msgid "Build changes:"
@@ -1674,7 +1674,7 @@ msgid ""
16741674
"controlled by :ref:`environment variables <using-on-controlling-color>`. "
16751675
"(Contributed by Peter Bierma in :gh:`134170`.)"
16761676
msgstr ""
1677-
"Nicht auslösbare Ausnahmen (unraisable exceptions) werden jetzt "
1677+
"Nicht weiterleitbare Ausnahmen (unraisable exceptions) werden jetzt "
16781678
"standardmäßig farbig hervorgehoben. Dies lässt sich "
16791679
"über :ref:`Umgebungsvariablen <using-on-controlling-color>` steuern. "
16801680
"(Beigetragen von Peter Bierma in :gh:`134170`.)"
@@ -1702,7 +1702,7 @@ msgstr ""
17021702
"completion>`, :ref:`python --help <whatsnew315-color-interpreter-"
17031703
"help>`, :ref:`sqlite3 <whatsnew315-color-sqlite3>`, :ref:`timeit "
17041704
"<whatsnew315-color-timeit>`, :ref:`tokenize <whatsnew315-color-"
1705-
"tokenize>`, :ref:`nicht auslösbaren Ausnahmen <whatsnew315-color-"
1705+
"tokenize>`, :ref:`nicht weiterleitbaren Ausnahmen <whatsnew315-color-"
17061706
"exceptions>` und in der Kommandozeilenhilfe der :term:`stdlib` (ast, "
17071707
"compileall, doctest, gzip, inspect, json.tool, pdb, profiling.sampling, "
17081708
"random, regrtest, sqlite3, timeit, tokenize, trace, unittest, uuid, zipapp, "

0 commit comments

Comments
 (0)