Skip to content

Commit de4cdb6

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 502e1ec commit de4cdb6

2 files changed

Lines changed: 43 additions & 6 deletions

File tree

library/functools.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-31 16:48+0000\n"
14+
"POT-Creation-Date: 2026-08-03 17:08+0000\n"
1515
"PO-Revision-Date: 2026-05-08 17:17+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -454,10 +454,11 @@ msgid ""
454454
msgstr ""
455455

456456
msgid ""
457-
"If :func:`!partial` is applied to an existing :func:`!partial` object, :data:"
458-
"`!Placeholder` sentinels of the input object are filled in with new "
459-
"positional arguments. A placeholder can be retained by inserting a new :data:"
460-
"`!Placeholder` sentinel to the place held by a previous :data:`!Placeholder`:"
457+
"If :func:`!partial` is applied to an existing :ref:`partial object <partial-"
458+
"objects>`, :data:`!Placeholder` sentinels of the input object are filled in "
459+
"with new positional arguments. A placeholder can be retained by inserting a "
460+
"new :data:`!Placeholder` sentinel to the place held by a previous :data:`!"
461+
"Placeholder`:"
461462
msgstr ""
462463

463464
msgid ""

whatsnew/changelog.po

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-07-31 16:48+0000\n"
14+
"POT-Creation-Date: 2026-08-03 17:08+0000\n"
1515
"PO-Revision-Date: 2026-05-08 17:19+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -41,6 +41,14 @@ msgstr ""
4141
msgid "Windows"
4242
msgstr "Windows"
4343

44+
msgid ":gh:`124111`: Updated Windows builds to use Tcl/Tk 9.0.4."
45+
msgstr ""
46+
47+
msgid ""
48+
":gh:`150836`: Make installed tkinter work with Tcl/Tk 9 builds that embed "
49+
"the Tk script library in the Tk DLL on Windows."
50+
msgstr ""
51+
4452
msgid ""
4553
":gh:`140146`: Prevent :mod:`tkinter` from hanging on Windows if stdin is "
4654
"redirected to a pipe in an interactive session. This is helpful for testing "
@@ -175,6 +183,12 @@ msgid ""
175183
"position for invalid literal control characters in JSON strings."
176184
msgstr ""
177185

186+
msgid ""
187+
":gh:`154892`: Fix a bug in the C accelerator for :mod:`zoneinfo` where :"
188+
"class:`datetime.datetime` subclasses returning ``-1`` for ``hour``, "
189+
"``minute``, or ``second`` could incorrectly raise a :exc:`SystemError`."
190+
msgstr ""
191+
178192
msgid ""
179193
":gh:`154848`: The :mod:`pickle` C accelerator now enforces frame boundaries "
180194
"when unpickling, as the pure Python implementation already did. An argument "
@@ -184,6 +198,19 @@ msgid ""
184198
"diverging from the :mod:`pickletools` disassembly of the same pickle."
185199
msgstr ""
186200

201+
msgid ""
202+
":gh:`109638`: Fix exponential time in :meth:`csv.Sniffer.sniff` for a sample "
203+
"which contains many quote characters. A doubled quote character is now also "
204+
"detected in a field which contains the delimiter or a line break."
205+
msgstr ""
206+
207+
msgid ""
208+
":gh:`154738`: Fix :meth:`!ExternalEntityParserCreate` not propagating the "
209+
"reparse-deferral setting to the subparser, which left :meth:`!"
210+
"GetReparseDeferralEnabled` returning an uninitialized value. Patch by "
211+
"tonghuaroot."
212+
msgstr ""
213+
187214
msgid ""
188215
":gh:`93251`: Fix :exc:`UnicodeDecodeError` in :mod:`socket` functions (such "
189216
"as :func:`~socket.getaddrinfo` and :func:`~socket.gethostbyaddr`) when the "
@@ -196,6 +223,12 @@ msgid ""
196223
"UTF-8 locales."
197224
msgstr ""
198225

226+
msgid ""
227+
":gh:`79366`: Fixed a race condition in :mod:`logging`: if a handler was "
228+
"removed while a record was being emitted, the following handlers of the same "
229+
"logger could be skipped."
230+
msgstr ""
231+
199232
msgid ""
200233
":gh:`73458`: Fix :func:`logging.config.listen`: it left the caller waiting "
201234
"for the ``ready`` event forever if the server could not be started, for "
@@ -1264,6 +1297,9 @@ msgid ""
12641297
"kiB. Patch by Victor Stinner."
12651298
msgstr ""
12661299

1300+
msgid ":gh:`138800`: Fix library name in python3.pc on Android."
1301+
msgstr ""
1302+
12671303
msgid "Python 3.14.6 final"
12681304
msgstr ""
12691305

0 commit comments

Comments
 (0)