File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-07-15 16:14 +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 "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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-05 16:44 +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 "
@@ -363,6 +363,14 @@ msgid ""
363363"`drain` returns immediately."
364364msgstr ""
365365
366+ msgid ""
367+ "When the write buffer is below the high watermark, :meth:`drain` returns "
368+ "immediately without yielding to the event loop. As a result, code which "
369+ "repeatedly calls ``write()`` followed by ``await drain()`` may prevent other "
370+ "tasks from running. To prevent blocking behavior, yield to the event loop "
371+ "explicitly with ``await asyncio.sleep(0)`` (see :func:`asyncio.sleep`)."
372+ msgstr ""
373+
366374msgid "Upgrade an existing stream-based connection to TLS."
367375msgstr ""
368376
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-07-15 16:14 +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 "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-07-15 16:14 +0000\n "
14+ "POT-Creation-Date : 2026-08-03 17:08 +0000\n "
1515"PO-Revision-Date : 2026-05-08 17:18+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 "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-07-15 16:14 +0000\n "
14+ "POT-Creation-Date : 2026-08-03 17:08 +0000\n "
1515"PO-Revision-Date : 2026-05-08 17:18+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 "
You can’t perform that action at this time.
0 commit comments