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

Finalizando faq#1235

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
cmaureir merged 3 commits intopython:3.9fromcmaureir:terminando_faq
Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
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
Apply suggestions from code review
Co-authored-by: Carlos A. Crespo <lvccrespo@gmail.com>
  • Loading branch information
@cmaureir@cacrespo
cmaureir andcacrespo authoredAug 3, 2021
commit983189e4fde3cf849cefe498328bafde8829024c
4 changes: 2 additions & 2 deletionsfaq/design.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@ msgid ""
msgstr ""
"Debido a que no hay corchetes de inicio/fin, Python es mucho menos propenso "
"a conflictos de estilo de codificación. En C hay muchas formas diferentes de "
"colocarlos frenillos. Después de acostumbrarse a leer y escribir código "
"colocarllaves. Después de acostumbrarse a leer y escribir código "
"usando un estilo en particular, es normal sentirse algo incómodo al leer (o "
"tener que escribir) en uno diferente."

Expand DownExpand Up@@ -1185,7 +1185,7 @@ msgstr ""
"podía generar un código \"espagueti\" desordenado que era difícil de "
"entender y revisar. En un lenguaje de alto nivel, también es innecesario "
"siempre que haya formas de bifurcar (en Python, con declaraciones ``if`` y "
"``or``, ``and``y ``if-else`` expresiones) ybucle (con declaraciones "
"expresiones``or``, ``and``e ``if-else``) yrepetir (con declaraciones "
"``while`` y ``for``, que posiblemente contengan ``continue`` y ``break``)."

#: ../Doc/faq/design.rst:611
Expand Down
4 changes: 2 additions & 2 deletionsfaq/library.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1011,7 +1011,7 @@ msgid ""
msgstr ""
"Para evitar que la conexión TCP se bloquee, puede configurar el socket en "
"modo sin bloqueo. Luego, cuando hagas el :meth:`socket.connect`, te "
"conectarás inmediatamente (poco probable)o obtendrás una excepción que "
"conectarás inmediatamente (poco probable)u obtendrás una excepción que "
"contiene el número de error como ``.errno``. ``errno.EINPROGRESS`` indica "
"que la conexión está en curso, pero aún no ha terminado. Los diferentes "
"sistemas operativos devolverán valores diferentes, por lo que tendrá que "
Expand All@@ -1026,7 +1026,7 @@ msgid ""
"select` to check if it's writable."
msgstr ""
"Puede utilizar el método :meth:`socket.connect_ex` para evitar crear una "
"excepción. Simplementedevolverá el valor de errno. Para sondear, puede "
"excepción. Simplementeretornará el valor de errno. Para sondear, puede "
"llamar a :meth:`socket.connect_ex` nuevamente más tarde -- ``0`` o ``errno."
"EISCONN`` indican que está conectado -- o puede pasar este socket a :meth:"
"`select.select` para comprobar si se puede escribir."
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp