Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Translatedlibrary/subprocess.po#295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gilgamezh merged 39 commits intopython:3.8fromrapto:traduccion-subprocess
Jul 25, 2020
Merged
Changes from1 commit
Commits
Show all changes
39 commits
Select commitHold shift + click to select a range
ec4c42b
subprocess traducido
raptoMay 16, 2020
9ddb5e9
wrap
raptoMay 19, 2020
c9799a0
Merge branch '3.8' into traduccion-subprocess
humitosMay 19, 2020
3590aaf
Use home as english word
humitosMay 19, 2020
a890297
Sort dictionary
humitosMay 19, 2020
3e3433a
Minor issues fixed
humitosMay 19, 2020
679c19e
stdin como entrada estándar
raptoMay 19, 2020
3582276
Merge branch '3.8' into traduccion-subprocess
clacriMay 24, 2020
96552bc
Merge branch '3.8' into traduccion-subprocess
clacriMay 27, 2020
6348ad3
Update library/subprocess.po
raptoJun 26, 2020
9513e2a
Update library/subprocess.po
raptoJun 26, 2020
04c671d
Update library/subprocess.po
raptoJun 26, 2020
8da6784
Update library/subprocess.po
raptoJun 26, 2020
d31efad
Update library/subprocess.po
raptoJun 26, 2020
b6486a6
Update library/subprocess.po
raptoJun 26, 2020
7abecf6
Update library/subprocess.po
raptoJun 26, 2020
355cefd
Update library/subprocess.po
raptoJun 26, 2020
45d9756
Update library/subprocess.po
raptoJun 26, 2020
e976580
Update library/subprocess.po
raptoJun 26, 2020
f4a2759
Update library/subprocess.po
humitosJun 26, 2020
ba59eed
Update library/subprocess.po
humitosJun 26, 2020
728336f
Merge branch '3.8' into traduccion-subprocess
humitosJun 26, 2020
2421fc4
Update library/subprocess.po
clacriJun 26, 2020
c0ba2e1
Update library/subprocess.po
clacriJun 26, 2020
3331424
Update library/subprocess.po
clacriJun 26, 2020
488e35a
Update library/subprocess.po
clacriJun 26, 2020
f50c0d5
Update library/subprocess.po
clacriJun 26, 2020
c49eed2
Update library/subprocess.po
clacriJun 29, 2020
d38e8b0
Update library/subprocess.po
clacriJun 29, 2020
7e3c0f8
Update library/subprocess.po
clacriJun 29, 2020
44854a7
Update library/subprocess.po
clacriJun 29, 2020
75ade78
Update library/subprocess.po
clacriJun 29, 2020
20aeedb
Apply suggestions from code review
clacriJun 29, 2020
8c0f11e
added to dict
clacriJun 29, 2020
03c97ae
fixed powrap
clacriJun 29, 2020
a9412b8
Merge branch '3.8' into traduccion-subprocess
clacriJun 29, 2020
635f7a3
Merge branch '3.8' into traduccion-subprocess
cmaureirJul 5, 2020
6a730b3
Merge branch '3.8' into traduccion-subprocess
humitosJul 11, 2020
99c2842
Merge branch '3.8' into traduccion-subprocess
cmaureirJul 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
stdin como entrada estándar
  • Loading branch information
@rapto
rapto authoredMay 19, 2020
commit679c19e71e8d391f23a283f956d9f96185274e6b
5 changes: 3 additions & 2 deletionslibrary/subprocess.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -135,8 +135,9 @@ msgid ""
"internal :class:`Popen` object is automatically created with ``stdin=PIPE``, "
"and the *stdin* argument may not be used as well."
msgstr ""
"Se pasará el argumento *input* a :meth:`Popen.communicate` y de ahí, al "
"stdin del subproceso. Si se usa, debe ser una secuencia de bytes o una "
"Se pasará el argumento *input* a :meth:`Popen.communicate` y de ahí, a "
"la entrada estándar del subproceso. Si se usa, debe ser una secuencia de bytes "
"o una "
"cadena de texto si se especifican *encoding* o *errors* o *text* es "
"verdadero. Cuando se usa, el objeto :class:`Popen` interno se crea "
"automáticamente con ``stdin=PIPE`` y no se puede usar el argumento *stdin* a "
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp