Skip to content

Commit d614415

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent a49bac0 commit d614415

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

library/asyncio-eventloop.po

Lines changed: 6 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: 2025-05-23 14:20+0000\n"
14+
"POT-Creation-Date: 2025-08-11 14:20+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:33+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -700,6 +700,11 @@ msgid ""
700700
"meth:`getaddrinfo`."
701701
msgstr ""
702702

703+
msgid ""
704+
"On Windows, when using the proactor event loop with ``local_addr=None``, an :"
705+
"exc:`OSError` with :attr:`!errno.WSAEINVAL` will be raised when running it."
706+
msgstr ""
707+
703708
msgid ""
704709
"*remote_addr*, if given, is a ``(remote_host, remote_port)`` tuple used to "
705710
"connect the socket to a remote address. The *remote_host* and *remote_port* "

whatsnew/changelog.po

Lines changed: 6 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: 2025-08-09 14:17+0000\n"
14+
"POT-Creation-Date: 2025-08-11 14:20+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:35+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -98,6 +98,11 @@ msgid ""
9898
"There was a :exc:`ValueError` in :func:`compile` otherwise."
9999
msgstr ""
100100

101+
msgid ""
102+
":gh:`131338`: Disable computed stack limit checks on non-glibc linux "
103+
"platforms to fix crashes on deep recursion."
104+
msgstr ""
105+
101106
msgid ""
102107
":gh:`136870`: Fix data races while de-instrumenting bytecode of code objects "
103108
"running concurrently in threads."

0 commit comments

Comments
 (0)