Skip to content

Commit 315842d

Browse files
committed
Update translation from Transifex
1 parent da6f6d6 commit 315842d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

library/subprocess.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-05-12 06:19+0000\n"
14+
"POT-Creation-Date: 2021-07-23 06:59+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:28+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -712,7 +712,11 @@ msgstr ""
712712
msgid ""
713713
"The most common exception raised is :exc:`OSError`. This occurs, for "
714714
"example, when trying to execute a non-existent file. Applications should "
715-
"prepare for :exc:`OSError` exceptions."
715+
"prepare for :exc:`OSError` exceptions. Note that, when ``\"shell=True\"``, :"
716+
"exc:`OSError` will be raised by the child only if the selected shell itself "
717+
"was not found. To determine if the shell failed to find the requested "
718+
"application, it is necessary to check the return code or output from the "
719+
"subprocess."
716720
msgstr ""
717721

718722
msgid ""

0 commit comments

Comments
 (0)