Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c46338

Browse files
committed
Update translation from Transifex
1 parent be01807 commit 1c46338

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

0.po

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.9\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2020-11-09 04:33+0000\n"
17+
"POT-Creation-Date: 2020-11-11 04:35+0000\n"
1818
"PO-Revision-Date: 2020-11-03 04:34+0000\n"
1919
"Last-Translator: m_aciek <[email protected]>, 2020\n"
2020
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -242642,6 +242642,11 @@ msgstr ""
242642242642
msgid "Library"
242643242643
msgstr "Biblioteka"
242644242644

242645+
msgid ""
242646+
"`bpo-42014 <https://bugs.python.org/issue42014>`__: The ``onerror`` callback "
242647+
"from ``shutil.rmtree`` now receives correct function when ``os.open`` fails."
242648+
msgstr ""
242649+
242645242650
msgid ""
242646242651
"`bpo-42249 <https://bugs.python.org/issue42249>`__: Fixed writing binary "
242647242652
"Plist files larger than 4 GiB."
@@ -242671,12 +242676,27 @@ msgid ""
242671242676
"consisently writes macOS 9 line endings."
242672242677
msgstr ""
242673242678

242679+
msgid ""
242680+
"`bpo-42183 <https://bugs.python.org/issue42183>`__: Fix a stack overflow "
242681+
"error for asyncio Task or Future repr()."
242682+
msgstr ""
242683+
242684+
msgid ""
242685+
"The overflow occurs under some circumstances when a Task or Future "
242686+
"recursively returns itself."
242687+
msgstr ""
242688+
242674242689
msgid ""
242675242690
"`bpo-42146 <https://bugs.python.org/issue42146>`__: Fix memory leak in :func:"
242676242691
"`subprocess.Popen` in case an uid (gid) specified in `user` (`group`, "
242677242692
"`extra_groups`) overflows `uid_t` (`gid_t`)."
242678242693
msgstr ""
242679242694

242695+
msgid ""
242696+
"`bpo-42140 <https://bugs.python.org/issue42140>`__: Improve asyncio.wait "
242697+
"function to create the futures set just one time."
242698+
msgstr ""
242699+
242680242700
msgid ""
242681242701
"`bpo-42103 <https://bugs.python.org/issue42103>`__: :exc:`~plistlib."
242682242702
"InvalidFileException` and :exc:`RecursionError` are now the only errors "

0 commit comments

Comments
 (0)