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

Skip to content

Commit 8897da0

Browse files
committed
Update translation from Transifex
1 parent d2e620d commit 8897da0

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

0.po

Lines changed: 14 additions & 9 deletions
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-08 04:34+0000\n"
17+
"POT-Creation-Date: 2020-11-09 04:33+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"
@@ -65310,21 +65310,21 @@ msgid ""
6531065310
"An :class:`Executor` subclass that executes calls asynchronously using a "
6531165311
"pool of at most *max_workers* processes. If *max_workers* is ``None`` or "
6531265312
"not given, it will default to the number of processors on the machine. If "
65313-
"*max_workers* is lower or equal to ``0``, then a :exc:`ValueError` will be "
65314-
"raised. On Windows, *max_workers* must be equal or lower than ``61``. If it "
65315-
"is not then :exc:`ValueError` will be raised. If *max_workers* is ``None``, "
65316-
"then the default chosen will be at most ``61``, even if more processors are "
65317-
"available. *mp_context* can be a multiprocessing context or None. It will be "
65318-
"used to launch the workers. If *mp_context* is ``None`` or not given, the "
65319-
"default multiprocessing context is used."
65313+
"*max_workers* is less than or equal to ``0``, then a :exc:`ValueError` will "
65314+
"be raised. On Windows, *max_workers* must be less than or equal to ``61``. "
65315+
"If it is not then :exc:`ValueError` will be raised. If *max_workers* is "
65316+
"``None``, then the default chosen will be at most ``61``, even if more "
65317+
"processors are available. *mp_context* can be a multiprocessing context or "
65318+
"None. It will be used to launch the workers. If *mp_context* is ``None`` or "
65319+
"not given, the default multiprocessing context is used."
6532065320
msgstr ""
6532165321

6532265322
msgid ""
6532365323
"*initializer* is an optional callable that is called at the start of each "
6532465324
"worker process; *initargs* is a tuple of arguments passed to the "
6532565325
"initializer. Should *initializer* raise an exception, all currently pending "
6532665326
"jobs will raise a :exc:`~concurrent.futures.process.BrokenProcessPool`, as "
65327-
"well any attempt to submit more jobs to the pool."
65327+
"well as any attempt to submit more jobs to the pool."
6532865328
msgstr ""
6532965329

6533065330
msgid ""
@@ -242661,6 +242661,11 @@ msgid ""
242661242661
"They have now been changed to do so."
242662242662
msgstr ""
242663242663

242664+
msgid ""
242665+
"`bpo-41754 <https://bugs.python.org/issue41754>`__: webbrowser: Ignore "
242666+
"*NotADirectoryError* when calling ``xdg-settings``."
242667+
msgstr ""
242668+
242664242669
msgid ""
242665242670
"`bpo-29566 <https://bugs.python.org/issue29566>`__: ``binhex.binhex()`` "
242666242671
"consisently writes macOS 9 line endings."

0 commit comments

Comments
 (0)