@@ -62,6 +62,9 @@ msgid ""
6262"language, with a mix of changes to the language, the implementation and the "
6363"standard library."
6464msgstr ""
65+ "Python 3.14 kommer att vara den senaste stabila utgåvan av "
66+ "programmeringsspråket Python, med en blandning av ändringar i språket, "
67+ "implementeringen och standardbiblioteket."
6568
6669msgid ""
6770"The biggest changes to the implementation include template strings (:pep:"
@@ -1175,6 +1178,9 @@ msgid ""
11751178"the error message prints the received number of values in more cases than "
11761179"before. (Contributed by Tushar Sadhwani in :gh:`122239`.)"
11771180msgstr ""
1181+ "När en uppackningsuppgift misslyckas på grund av felaktigt antal variabler, "
1182+ "visar felmeddelandet det mottagna antalet värden i fler fall än tidigare. "
1183+ "(Bidrag från Tushar Sadhwani i :gh:`122239`.)"
11781184
11791185msgid ""
11801186">>> x, y, z = 1, 2, 3, 4\n"
@@ -1399,6 +1405,9 @@ msgid ""
13991405"func:`PyInitConfig_AddModule` which can be used to add a built-in extension "
14001406"module; a feature previously referred to as the “inittab”."
14011407msgstr ""
1408+ "Slutför :pep:`587` :ref:`PyConfig C API <pyconfig_api>` genom att lägga "
1409+ "till :c:func:`PyInitConfig_AddModule` som kan användas för att lägga till en "
1410+ "inbyggd tilläggsmodul; en funktion som tidigare kallades ”inittab”."
14021411
14031412msgid ""
14041413"Add :c:func:`PyConfig_Get` and :c:func:`PyConfig_Set` functions to get and "
@@ -1966,6 +1975,14 @@ msgid ""
19661975"multiple threads or asynchronous tasks. The flag defaults to true for the "
19671976"free-threaded build and false for the GIL-enabled build."
19681977msgstr ""
1978+ "Kontextbehandlaren :class:`warnings.catch_warnings` kommer nu valfritt att "
1979+ "använda en kontextvariabel för varningsfilter. Detta aktiveras genom att "
1980+ "ställa in flaggan :data:`~sys.flags.context_aware_warnings`, antingen med "
1981+ "kommandoradsalternativet ``-X`` eller en miljövariabel. Detta ger "
1982+ "förutsägbar kontroll över varningar när :class:`~warnings.catch_warnings` "
1983+ "används i kombination med flera trådar eller asynkrona uppgifter. Flaggan är "
1984+ "som standard inställd på true för den trådfria versionen och false för den "
1985+ "GIL-aktiverade versionen."
19691986
19701987msgid "(Contributed by Neil Schemenauer and Kumar Aditya in :gh:`130010`.)"
19711988msgstr "(Bidrag från Neil Schemenauer och Kumar Aditya i :gh:`130010`.)"
@@ -2156,6 +2173,9 @@ msgid ""
21562173"string. Now it is always the opposite of ``\\ b``. (Contributed by Serhiy "
21572174"Storchaka in :gh:`124130`.)"
21582175msgstr ""
2176+ "``\\ B`` i :mod:`regular expression <re>` matchar nu den tomma "
2177+ "inmatningssträngen. Nu är det alltid motsatsen till ``\\ b``. (Bidrag från "
2178+ "Serhiy Storchaka i :gh:`124130`.)"
21592179
21602180msgid ""
21612181"iOS and macOS apps can now be configured to redirect ``stdout`` and "
@@ -2281,6 +2301,10 @@ msgid ""
22812301"`break` or :keyword:`continue` statement appears where it exits a :keyword:"
22822302"`finally` block. This change is specified in :pep:`765`."
22832303msgstr ""
2304+ "Kompilatorn avger ett :exc:`SyntaxWarning` när ett :keyword:`return`, :"
2305+ "keyword:`break` eller :keyword:`continue`\\ -uttryck förekommer där det "
2306+ "avslutar ett :keyword:`finally`\\ -block. Denna ändring specificeras i :pep:"
2307+ "`765`."
22842308
22852309msgid "New modules"
22862310msgstr "Nya moduler"
@@ -2377,6 +2401,9 @@ msgid ""
23772401"Add new ``--feature-version``, ``--optimize``, ``--show-empty`` options to "
23782402"the command-line interface. (Contributed by Semyon Moroz in :gh:`133367`.)"
23792403msgstr ""
2404+ "Lägg till nya alternativ ``--feature-version``, ``--optimize``, ``--show-"
2405+ "empty`` till kommandoradsgränssnittet. (Bidrag från Semyon Moroz i :gh:"
2406+ "`133367`.)"
23802407
23812408msgid "asyncio"
23822409msgstr "asyncio"
@@ -3976,6 +4003,10 @@ msgid ""
39764003"`~unittest.TestCase.assertNotEndsWith` check whether the Unicode or byte "
39774004"string starts or ends with particular strings."
39784005msgstr ""
4006+ ":meth:`~unittest.TestCase.assertStartsWith`, :meth:`~unittest.TestCase."
4007+ "assertNotStartsWith`, :meth:`~unittest.TestCase.assertEndsWith` och :meth:"
4008+ "`~unittest.TestCase.assertNotEndsWith` kontrollerar om Unicode- eller byte-"
4009+ "strängen börjar eller slutar med vissa strängar."
39794010
39804011msgid "(Contributed by Serhiy Storchaka in :gh:`71339`.)"
39814012msgstr "(Bidrag från Serhiy Storchaka i :gh:`71339`.)"
@@ -4105,7 +4136,7 @@ msgstr ""
41054136"de webbläsare som stöds på macOS."
41064137
41074138msgid "zipfile"
4108- msgstr ""
4139+ msgstr "zipfile "
41094140
41104141msgid ""
41114142"Added :func:`ZipInfo._for_archive <zipfile.ZipInfo._for_archive>` to resolve "
@@ -4123,6 +4154,9 @@ msgid ""
41234154"distributions can set centrally and have build tools consume this in order "
41244155"to produce reproducible output. (Contributed by Jiahao Li in :gh:`91279`.)"
41254156msgstr ""
4157+ ":meth:`zipfile.ZipFile.writestr` respekterar nu ``SOURCE_DATE_EPOCH`` som "
4158+ "distributioner kan ställa in centralt och som byggverktyg kan använda för "
4159+ "att producera reproducerbara resultat. (Bidrag från Jiahao Li i :gh:`91279`.)"
41264160
41274161msgid "Optimizations"
41284162msgstr "Optimeringar"
0 commit comments