@@ -11,16 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14- "PO-Revision-Date : 2020-05-18 19:50 +0200\n "
15- "Last-Translator : Marcos Sánchez Provencio <raptopassion @gmail.com>\n "
14+ "PO-Revision-Date : 2020-09-27 12:34 +0200\n "
15+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
1616"Language-Team : python-doc-es\n "
1717"MIME-Version : 1.0\n "
1818"Content-Type : text/plain; charset=UTF-8\n "
1919"Content-Transfer-Encoding : 8bit\n "
2020"Generated-By : Babel 2.8.0\n "
2121"Language : es\n "
2222"Plural-Forms : nplurals=2; plural=(n != 1);\n "
23- "X-Generator : Poedit 2.3 \n "
23+ "X-Generator : Poedit 2.4.1 \n "
2424
2525#: ../Doc/library/subprocess.rst:2
2626msgid ":mod:`subprocess` --- Subprocess management"
@@ -684,9 +684,7 @@ msgstr ""
684684"func:`open` cuando se creen los objetos fichero de los flujos stdin/stdout/"
685685"stderr:"
686686
687- # No entiendo esto
688687#: ../Doc/library/subprocess.rst:429
689- #, fuzzy
690688msgid ""
691689":const:`0` means unbuffered (read and write are one system call and can "
692690"return short)"
@@ -1007,51 +1005,51 @@ msgstr ""
10071005
10081006#: ../Doc/library/subprocess.rst:581
10091007msgid ":data:`CREATE_NEW_CONSOLE`"
1010- msgstr ""
1008+ msgstr ":data:`CREATE_NEW_CONSOLE` "
10111009
10121010#: ../Doc/library/subprocess.rst:582
10131011msgid ":data:`CREATE_NEW_PROCESS_GROUP`"
1014- msgstr ""
1012+ msgstr ":data:`CREATE_NEW_PROCESS_GROUP` "
10151013
10161014#: ../Doc/library/subprocess.rst:583
10171015msgid ":data:`ABOVE_NORMAL_PRIORITY_CLASS`"
1018- msgstr ""
1016+ msgstr ":data:`ABOVE_NORMAL_PRIORITY_CLASS` "
10191017
10201018#: ../Doc/library/subprocess.rst:584
10211019msgid ":data:`BELOW_NORMAL_PRIORITY_CLASS`"
1022- msgstr ""
1020+ msgstr ":data:`BELOW_NORMAL_PRIORITY_CLASS` "
10231021
10241022#: ../Doc/library/subprocess.rst:585
10251023msgid ":data:`HIGH_PRIORITY_CLASS`"
1026- msgstr ""
1024+ msgstr ":data:`HIGH_PRIORITY_CLASS` "
10271025
10281026#: ../Doc/library/subprocess.rst:586
10291027msgid ":data:`IDLE_PRIORITY_CLASS`"
1030- msgstr ""
1028+ msgstr ":data:`IDLE_PRIORITY_CLASS` "
10311029
10321030#: ../Doc/library/subprocess.rst:587
10331031msgid ":data:`NORMAL_PRIORITY_CLASS`"
1034- msgstr ""
1032+ msgstr ":data:`NORMAL_PRIORITY_CLASS` "
10351033
10361034#: ../Doc/library/subprocess.rst:588
10371035msgid ":data:`REALTIME_PRIORITY_CLASS`"
1038- msgstr ""
1036+ msgstr ":data:`REALTIME_PRIORITY_CLASS` "
10391037
10401038#: ../Doc/library/subprocess.rst:589
10411039msgid ":data:`CREATE_NO_WINDOW`"
1042- msgstr ""
1040+ msgstr ":data:`CREATE_NO_WINDOW` "
10431041
10441042#: ../Doc/library/subprocess.rst:590
10451043msgid ":data:`DETACHED_PROCESS`"
1046- msgstr ""
1044+ msgstr ":data:`DETACHED_PROCESS` "
10471045
10481046#: ../Doc/library/subprocess.rst:591
10491047msgid ":data:`CREATE_DEFAULT_ERROR_MODE`"
1050- msgstr ""
1048+ msgstr ":data:`CREATE_DEFAULT_ERROR_MODE` "
10511049
10521050#: ../Doc/library/subprocess.rst:592
10531051msgid ":data:`CREATE_BREAKAWAY_FROM_JOB`"
1054- msgstr ""
1052+ msgstr ":data:`CREATE_BREAKAWAY_FROM_JOB` "
10551053
10561054#: ../Doc/library/subprocess.rst:594
10571055msgid ""
@@ -2086,7 +2084,7 @@ msgstr ""
20862084
20872085#: ../Doc/library/subprocess.rst:1370
20882086msgid "Return ``(exitcode, output)`` of executing *cmd* in a shell."
2089- msgstr "retorna ``(exitcode, output)`` de ejecutar *cmd* en una shell."
2087+ msgstr "Retorna ``(exitcode, output)`` de ejecutar *cmd* en una shell."
20902088
20912089#: ../Doc/library/subprocess.rst:1372
20922090msgid ""
@@ -2128,7 +2126,7 @@ msgstr ""
21282126
21292127#: ../Doc/library/subprocess.rst:1401
21302128msgid "Return output (stdout and stderr) of executing *cmd* in a shell."
2131- msgstr "retorna la salida (stdout y stderr) de ejecutar *cmd* en una shell."
2129+ msgstr "Retorna la salida (stdout y stderr) de ejecutar *cmd* en una shell."
21322130
21332131#: ../Doc/library/subprocess.rst:1403
21342132msgid ""
0 commit comments