Skip to content

Commit cc0b6ed

Browse files
committed
Update translation from Transifex
1 parent 4b9dbb9 commit cc0b6ed

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

library/subprocess.po

Lines changed: 12 additions & 1 deletion
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-03-02 05:36+0000\n"
14+
"POT-Creation-Date: 2021-05-12 06:19+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"
@@ -1243,6 +1243,17 @@ msgstr "Uwagi:"
12431243
msgid "Calling the program through the shell is usually not required."
12441244
msgstr ""
12451245

1246+
msgid ""
1247+
"The :func:`call` return value is encoded differently to that of :func:`os."
1248+
"system`."
1249+
msgstr ""
1250+
1251+
msgid ""
1252+
"The :func:`os.system` function ignores SIGINT and SIGQUIT signals while the "
1253+
"command is running, but the caller must do this separately when using the :"
1254+
"mod:`subprocess` module."
1255+
msgstr ""
1256+
12461257
msgid "A more realistic example would look like this::"
12471258
msgstr ""
12481259

0 commit comments

Comments
 (0)