Skip to content

Commit 3a627fa

Browse files
committed
Update translation from Transifex
1 parent 103ee90 commit 3a627fa

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.8\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2020-11-04 15:34+0000\n"
17+
"POT-Creation-Date: 2020-11-08 15:36+0000\n"
1818
"PO-Revision-Date: 2020-11-02 15:36+0000\n"
1919
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
2020
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -63584,21 +63584,21 @@ msgid ""
6358463584
"An :class:`Executor` subclass that executes calls asynchronously using a "
6358563585
"pool of at most *max_workers* processes. If *max_workers* is ``None`` or "
6358663586
"not given, it will default to the number of processors on the machine. If "
63587-
"*max_workers* is lower or equal to ``0``, then a :exc:`ValueError` will be "
63588-
"raised. On Windows, *max_workers* must be equal or lower than ``61``. If it "
63589-
"is not then :exc:`ValueError` will be raised. If *max_workers* is ``None``, "
63590-
"then the default chosen will be at most ``61``, even if more processors are "
63591-
"available. *mp_context* can be a multiprocessing context or None. It will be "
63592-
"used to launch the workers. If *mp_context* is ``None`` or not given, the "
63593-
"default multiprocessing context is used."
63587+
"*max_workers* is less than or equal to ``0``, then a :exc:`ValueError` will "
63588+
"be raised. On Windows, *max_workers* must be less than or equal to ``61``. "
63589+
"If it is not then :exc:`ValueError` will be raised. If *max_workers* is "
63590+
"``None``, then the default chosen will be at most ``61``, even if more "
63591+
"processors are available. *mp_context* can be a multiprocessing context or "
63592+
"None. It will be used to launch the workers. If *mp_context* is ``None`` or "
63593+
"not given, the default multiprocessing context is used."
6359463594
msgstr ""
6359563595

6359663596
msgid ""
6359763597
"*initializer* is an optional callable that is called at the start of each "
6359863598
"worker process; *initargs* is a tuple of arguments passed to the "
6359963599
"initializer. Should *initializer* raise an exception, all currently pending "
6360063600
"jobs will raise a :exc:`~concurrent.futures.process.BrokenProcessPool`, as "
63601-
"well any attempt to submit more jobs to the pool."
63601+
"well as any attempt to submit more jobs to the pool."
6360263602
msgstr ""
6360363603

6360463604
msgid ""
@@ -236234,6 +236234,11 @@ msgid ""
236234236234
"Jakub Kulik."
236235236235
msgstr ""
236236236236

236237+
msgid ""
236238+
"`bpo-41754 <https://bugs.python.org/issue41754>`__: webbrowser: Ignore "
236239+
"*NotADirectoryError* when calling ``xdg-settings``."
236240+
msgstr ""
236241+
236237236242
msgid ""
236238236243
"`bpo-29566 <https://bugs.python.org/issue29566>`__: ``binhex.binhex()`` "
236239236244
"consisently writes macOS 9 line endings."

0 commit comments

Comments
 (0)