@@ -62,6 +62,9 @@ msgid ""
62
62
"language, with a mix of changes to the language, the implementation and the "
63
63
"standard library."
64
64
msgstr ""
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."
65
68
66
69
msgid ""
67
70
"The biggest changes to the implementation include template strings (:pep:"
@@ -1175,6 +1178,9 @@ msgid ""
1175
1178
"the error message prints the received number of values in more cases than "
1176
1179
"before. (Contributed by Tushar Sadhwani in :gh:`122239`.)"
1177
1180
msgstr ""
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`.)"
1178
1184
1179
1185
msgid ""
1180
1186
">>> x, y, z = 1, 2, 3, 4\n"
@@ -1399,6 +1405,9 @@ msgid ""
1399
1405
"func:`PyInitConfig_AddModule` which can be used to add a built-in extension "
1400
1406
"module; a feature previously referred to as the “inittab”."
1401
1407
msgstr ""
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”."
1402
1411
1403
1412
msgid ""
1404
1413
"Add :c:func:`PyConfig_Get` and :c:func:`PyConfig_Set` functions to get and "
@@ -1966,6 +1975,14 @@ msgid ""
1966
1975
"multiple threads or asynchronous tasks. The flag defaults to true for the "
1967
1976
"free-threaded build and false for the GIL-enabled build."
1968
1977
msgstr ""
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."
1969
1986
1970
1987
msgid "(Contributed by Neil Schemenauer and Kumar Aditya in :gh:`130010`.)"
1971
1988
msgstr "(Bidrag från Neil Schemenauer och Kumar Aditya i :gh:`130010`.)"
@@ -2156,6 +2173,9 @@ msgid ""
2156
2173
"string. Now it is always the opposite of ``\\ b``. (Contributed by Serhiy "
2157
2174
"Storchaka in :gh:`124130`.)"
2158
2175
msgstr ""
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`.)"
2159
2179
2160
2180
msgid ""
2161
2181
"iOS and macOS apps can now be configured to redirect ``stdout`` and "
@@ -2281,6 +2301,10 @@ msgid ""
2281
2301
"`break` or :keyword:`continue` statement appears where it exits a :keyword:"
2282
2302
"`finally` block. This change is specified in :pep:`765`."
2283
2303
msgstr ""
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`."
2284
2308
2285
2309
msgid "New modules"
2286
2310
msgstr "Nya moduler"
@@ -2377,6 +2401,9 @@ msgid ""
2377
2401
"Add new ``--feature-version``, ``--optimize``, ``--show-empty`` options to "
2378
2402
"the command-line interface. (Contributed by Semyon Moroz in :gh:`133367`.)"
2379
2403
msgstr ""
2404
+ "Lägg till nya alternativ ``--feature-version``, ``--optimize``, ``--show-"
2405
+ "empty`` till kommandoradsgränssnittet. (Bidrag från Semyon Moroz i :gh:"
2406
+ "`133367`.)"
2380
2407
2381
2408
msgid "asyncio"
2382
2409
msgstr "asyncio"
@@ -3976,6 +4003,10 @@ msgid ""
3976
4003
"`~unittest.TestCase.assertNotEndsWith` check whether the Unicode or byte "
3977
4004
"string starts or ends with particular strings."
3978
4005
msgstr ""
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."
3979
4010
3980
4011
msgid "(Contributed by Serhiy Storchaka in :gh:`71339`.)"
3981
4012
msgstr "(Bidrag från Serhiy Storchaka i :gh:`71339`.)"
@@ -4105,7 +4136,7 @@ msgstr ""
4105
4136
"de webbläsare som stöds på macOS."
4106
4137
4107
4138
msgid "zipfile"
4108
- msgstr ""
4139
+ msgstr "zipfile "
4109
4140
4110
4141
msgid ""
4111
4142
"Added :func:`ZipInfo._for_archive <zipfile.ZipInfo._for_archive>` to resolve "
@@ -4123,6 +4154,9 @@ msgid ""
4123
4154
"distributions can set centrally and have build tools consume this in order "
4124
4155
"to produce reproducible output. (Contributed by Jiahao Li in :gh:`91279`.)"
4125
4156
msgstr ""
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`.)"
4126
4160
4127
4161
msgid "Optimizations"
4128
4162
msgstr "Optimeringar"
0 commit comments