- Notifications
You must be signed in to change notification settings - Fork396
Traducido archivo library/select#2344
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
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -60,7 +60,7 @@ msgstr "" | ||
#, fuzzy | ||
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI." | ||
msgstr ":ref:`Disponibilidad<availability>`: no en Emscripten, no en WASI." | ||
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 | ||
msgid "" | ||
@@ -137,8 +137,8 @@ msgstr "" | ||
"*sizehint* informa a epoll sobre el número esperado de eventos a ser " | ||
"registrados. Debe ser positivo o ``-1`` para usar el valor predeterminado. " | ||
"Solo se usa en sistemas más antiguos donde :c:func:`epoll_create1` no está " | ||
"disponible; de lo contrario no tiene ningún efecto (aunque su valor aúnse " | ||
"verifica)." | ||
#: ../Doc/library/select.rst:68 | ||
msgid "" | ||
@@ -437,7 +437,6 @@ msgstr "" | ||
"ignora de forma segura." | ||
#: ../Doc/library/select.rst:256 | ||
msgid "" | ||
"Polls the set of registered file descriptors, and returns a possibly empty " | ||
"list containing ``(fd, event)`` 2-tuples for the descriptors that have " | ||
@@ -450,18 +449,18 @@ msgid "" | ||
"for events before returning. If *timeout* is omitted, -1, or :const:`None`, " | ||
"the call will block until there is an event for this poll object." | ||
msgstr "" | ||
"Sondea el conjunto de descriptores de archivos registrados ydevuelve una " | ||
cmaureir marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"lista posiblemente vacía que contiene2 tuplas``(fd, event)`` para los " | ||
cmaureir marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"descriptores que tienen eventos o errorespara informar. *fd* es el " | ||
"descriptor de archivo, y *event* es una máscara de bits con bits " | ||
"configurados para los eventos informados para ese descriptor --- :const:" | ||
"`POLLIN` para entrada en espera, :const:`POLLOUT` para indicar quese puede " | ||
"escribir en el descriptor, y así sucesivamente. Una lista vacía indica que " | ||
"se agotó el tiempo de espera de la llamada y que ningún descriptor de " | ||
"archivo tuvoeventos parainformar. Si seproporciona *timeout*, especifica " | ||
"elperíodo de tiempo en milisegundos que el sistema esperará por los eventos " | ||
"antes de regresar. Si se omite *timeout*, -1 o :const:`None`, la llamada se " | ||
"bloqueará hasta que haya un evento para este objeto desondeo." | ||
#: ../Doc/library/select.rst:277 | ||
msgid "Edge and Level Trigger Polling (epoll) Objects" | ||
@@ -784,7 +783,6 @@ msgstr "" | ||
"excepción :exc:`KeyError`." | ||
#: ../Doc/library/select.rst:444 | ||
msgid "" | ||
"Polls the set of registered file descriptors, and returns a possibly empty " | ||
"list containing ``(fd, event)`` 2-tuples for the descriptors that have " | ||
@@ -797,18 +795,18 @@ msgid "" | ||
"for events before returning. If *timeout* is omitted, negative, or :const:" | ||
"`None`, the call will block until there is an event for this poll object." | ||
msgstr "" | ||
"Sondea el conjunto de descriptores de archivos registrados ydevuelve una " | ||
cmaureir marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"lista posiblemente vacía que contiene2 tuplas``(fd, event)`` para los " | ||
cmaureir marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"descriptores que tienen eventos o errorespara informar. *fd* es el " | ||
"descriptor de archivo, y *event* es una máscara de bits con bits " | ||
"configurados para los eventos informados para ese descriptor --- :const:" | ||
"`POLLIN` para entrada en espera, :const:`POLLOUT` para indicar quese puede " | ||
"escribir en el descriptor, y así sucesivamente. Una lista vacía indica que " | ||
"se agotó el tiempo de espera de la llamada y que ningún descriptor de " | ||
"archivo tuvoeventos parainformar. Si seproporciona *timeout*, especifica " | ||
"elperíodo de tiempo en milisegundos que el sistema esperará por los eventos " | ||
"antes de regresar. Si se omite *timeout*, es negativo o :const:`None`, la " | ||
"llamada se bloqueará hasta que haya un evento para este objeto desondeo." | ||
#: ../Doc/library/select.rst:465 | ||
msgid "Kqueue Objects" | ||